File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# JSDSL - Iterator
2+
23A collection of classes that allow iteration over a predefined collection of elements.
34
45### [ Find @jsdsl/iterator on NPM.] ( https://www.npmjs.com/package/@jsdsl/iterator )
56
6-
77## Table of Contents
88
99 - [ Installation] ( #installation )
@@ -12,7 +12,9 @@ A collection of classes that allow iteration over a predefined collection of ele
1212 - [ License] ( #license )
1313
1414## Installation
15+
1516Install from NPM with
17+
1618```
1719$ npm install --save @jsdsl/iterator
1820```
@@ -78,6 +80,7 @@ for (let element of new MyIterable()) { ... }
7880See the [ wiki] ( https://github.com/jsdsl/iterator/wiki ) for full documentation.
7981
8082## License
83+
8184@jsdsl/iterator is made available under the GNU General Public License v3.
8285
8386Copyright (C) 2021 Trevor Sears
You can’t perform that action at this time.
0 commit comments