Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jsdsl/iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Sears committed Sep 10, 2021
2 parents a07e927 + fdb5ca0 commit c6ed755
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# JSDSL - Iterator

A collection of classes that allow iteration over a predefined collection of elements.

### [Find @jsdsl/iterator on NPM.](https://www.npmjs.com/package/@jsdsl/iterator)


## Table of Contents

- [Installation](#installation)
Expand All @@ -12,7 +12,9 @@ A collection of classes that allow iteration over a predefined collection of ele
- [License](#license)

## Installation

Install from NPM with

```
$ npm install --save @jsdsl/iterator
```
Expand Down Expand Up @@ -78,6 +80,7 @@ for (let element of new MyIterable()) { ... }
See the [wiki](https://github.com/jsdsl/iterator/wiki) for full documentation.

## License

@jsdsl/iterator is made available under the GNU General Public License v3.

Copyright (C) 2021 Trevor Sears

0 comments on commit c6ed755

Please sign in to comment.