An open API service indexing awesome lists of open source software.

https://github.com/theroyalwhee0/iter

Iterator/generator utilities for Javascript.
https://github.com/theroyalwhee0/iter

iter iterable iteration

Last synced: about 2 months ago
JSON representation

Iterator/generator utilities for Javascript.

Awesome Lists containing this project

README

        

# @theroyalwhee0/iter

## Description
Iterator/generator utilities for Javascript.

## Installation
`npm install @theroyalwhee0/iter`

*or*

`yarn add @theroyalwhee0/iter`

## Documentation
[API Documentation](https://theroyalwhee0.github.io/iter/)

## Testing.
Running ```npm test``` will run the test suite under Mocha. Running ```npm run test-watch``` will run the test suite in watch mode.

## Links
- GitHub: https://github.com/theroyalwhee0/iter/
- NPM: https://www.npmjs.com/package/@theroyalwhee0/iter/

## History
- v1.0.0 - 2022-06-04
- Bump depends for security.
- v0.0.3 - 2021-06-11
- Bump depends for security.
- Fix docs to not have dates.
- v0.0.2 - 2021-02-04
- Add documentation.
- Remove unused dev depends.
- v0.0.1 - 2021-01-04
- Initial release.

## Legal & License
Copyright 2020-2022 Adam Mill

This library is released under Apache 2 license. See [LICENSE](https://github.com/theroyalwhee0/iter/blob/master/LICENSE) for more details.