File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
:repeat : [ @data-structure-algebra/circularly-linked-list ] ( https://data-structure-algebra.github.io/circularly-linked-list )
2
2
==
3
3
4
- Circular Linked Lists for JavaScript.
4
+ Circularly linked lists for JavaScript.
5
5
See [ docs] ( https://data-structure-algebra.github.io/circularly-linked-list/index.html ) .
6
6
Parent is [ js-data-structures] ( https://github.com/make-github-pseudonymous-again/js-data-structures ) .
7
7
8
8
> :warning : The code requires ` regeneratorRuntime ` to be defined, for instance by importing
9
9
> [ regenerator-runtime/runtime] ( https://www.npmjs.com/package/regenerator-runtime ) .
10
10
11
11
``` js
12
- let list = from ( " abc" ) ;
12
+ import {from } from ' @data-structure-algebra/circularly-linked-list' ;
13
+ let list = from (' abc' );
13
14
```
14
15
15
16
[ ![ License] ( https://img.shields.io/github/license/data-structure-algebra/circularly-linked-list.svg )] ( https://raw.githubusercontent.com/data-structure-algebra/circularly-linked-list/main/LICENSE )
You can’t perform that action at this time.
0 commit comments