File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# JSDSL - Iterator
2
+
2
3
A collection of classes that allow iteration over a predefined collection of elements.
3
4
4
5
### [ Find @jsdsl/iterator on NPM.] ( https://www.npmjs.com/package/@jsdsl/iterator )
5
6
6
-
7
7
## Table of Contents
8
8
9
9
- [ Installation] ( #installation )
@@ -12,7 +12,9 @@ A collection of classes that allow iteration over a predefined collection of ele
12
12
- [ License] ( #license )
13
13
14
14
## Installation
15
+
15
16
Install from NPM with
17
+
16
18
```
17
19
$ npm install --save @jsdsl/iterator
18
20
```
@@ -78,6 +80,7 @@ for (let element of new MyIterable()) { ... }
78
80
See the [ wiki] ( https://github.com/jsdsl/iterator/wiki ) for full documentation.
79
81
80
82
## License
83
+
81
84
@jsdsl/iterator is made available under the GNU General Public License v3.
82
85
83
86
Copyright (C) 2021 Trevor Sears
You can’t perform that action at this time.
0 commit comments