1- :cherries : [ @aureooms/js- pairs ] ( https://make-github-pseudonymous-again .github.io/js- pairs )
1+ :cherries : [ @data-structure/ pairs ] ( https://data-structures-and-algorithms .github.io/pairs )
22==
33
44Pairs set for JavaScript.
5- See [ docs] ( https://make-github-pseudonymous-again .github.io/js- pairs/index.html ) .
5+ See [ docs] ( https://data-structures-and-algorithms .github.io/pairs/index.html ) .
66
77> :warning : The code requires ` regeneratorRuntime ` to be defined, for instance by importing
88> [ regenerator-runtime/runtime] ( https://www.npmjs.com/package/regenerator-runtime ) .
99
1010``` js
11- import {EfficientlyInvertiblePairs as Pairs } from ' @aureooms/js- pairs' ;
11+ import {EfficientlyInvertiblePairs as Pairs } from ' @data-structure/ pairs' ;
1212const pairs = Pairs .from ([' ab' , [1 ,2 ], [1 ,3 ]]);
1313pairs .left (); // a 1
1414pairs .right (); // b 2 3
@@ -20,17 +20,17 @@ pairs.add('bc');
2020...
2121```
2222
23- [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again/js- pairs.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again/js- pairs/main/LICENSE )
24- [ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js- pairs.svg )] ( https://www.npmjs.org/package/@aureooms/js- pairs )
25- [ ![ Tests] ( https://img.shields.io/github/workflow/status/make-github-pseudonymous-again/js- pairs/ci:test?event=push&label=tests )] ( https://github.com/make-github-pseudonymous-again/js- pairs/actions/workflows/ci:test.yml?query=branch:main )
26- [ ![ Dependencies] ( https://img.shields.io/david/make-github-pseudonymous-again/js- pairs.svg )] ( https://david-dm.org/make-github-pseudonymous-again/js- pairs )
27- [ ![ Dev dependencies] ( https://img.shields.io/david/dev/make-github-pseudonymous-again/js- pairs.svg )] ( https://david-dm.org/make-github-pseudonymous-again/js- pairs?type=dev )
28- [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again/js- pairs.svg )] ( https://github.com/make-github-pseudonymous-again/js- pairs/issues )
29- [ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js- pairs.svg )] ( https://www.npmjs.org/package/@aureooms/js- pairs )
23+ [ ![ License] ( https://img.shields.io/github/license/data-structures-and-algorithms/ pairs.svg )] ( https://raw.githubusercontent.com/data-structures-and-algorithms/ pairs/main/LICENSE )
24+ [ ![ Version] ( https://img.shields.io/npm/v/@data-structure/ pairs.svg )] ( https://www.npmjs.org/package/@data-structure/ pairs )
25+ [ ![ Tests] ( https://img.shields.io/github/workflow/status/data-structures-and-algorithms/ pairs/ci:test?event=push&label=tests )] ( https://github.com/data-structures-and-algorithms/ pairs/actions/workflows/ci:test.yml?query=branch:main )
26+ [ ![ Dependencies] ( https://img.shields.io/david/data-structures-and-algorithms/ pairs.svg )] ( https://david-dm.org/data-structures-and-algorithms/ pairs )
27+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/data-structures-and-algorithms/ pairs.svg )] ( https://david-dm.org/data-structures-and-algorithms/ pairs?type=dev )
28+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/data-structures-and-algorithms/ pairs.svg )] ( https://github.com/data-structures-and-algorithms/ pairs/issues )
29+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@data-structure/ pairs.svg )] ( https://www.npmjs.org/package/@data-structure/ pairs )
3030
31- [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js- pairs.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- pairs/issues )
32- [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js- pairs.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- pairs/trends/churn )
33- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js- pairs/main.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again/js- pairs )
34- [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js- pairs.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- pairs/trends/technical_debt )
35- [ ![ Documentation] ( https://make-github-pseudonymous-again .github.io/js- pairs/badge.svg )] ( https://make-github-pseudonymous-again .github.io/js- pairs/source.html )
36- [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js- pairs )] ( https://bundlephobia.com/result?p=@aureooms/js- pairs )
31+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/data-structures-and-algorithms/ pairs.svg )] ( https://codeclimate.com/github/data-structures-and-algorithms/ pairs/issues )
32+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/data-structures-and-algorithms/ pairs.svg )] ( https://codeclimate.com/github/data-structures-and-algorithms/ pairs/trends/churn )
33+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/data-structures-and-algorithms/ pairs/main.svg )] ( https://codecov.io/gh/data-structures-and-algorithms/ pairs )
34+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/data-structures-and-algorithms/ pairs.svg )] ( https://codeclimate.com/github/data-structures-and-algorithms/ pairs/trends/technical_debt )
35+ [ ![ Documentation] ( https://data-structures-and-algorithms .github.io/pairs/badge.svg )] ( https://data-structures-and-algorithms .github.io/pairs/source.html )
36+ [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@data-structure/ pairs )] ( https://bundlephobia.com/result?p=@data-structure/ pairs )
0 commit comments