https://github.com/theroyalwhee0/iter
Iterator/generator utilities for Javascript.
https://github.com/theroyalwhee0/iter
iter iterable iteration
Last synced: 12 days ago
JSON representation
Iterator/generator utilities for Javascript.
- Host: GitHub
- URL: https://github.com/theroyalwhee0/iter
- Owner: theroyalwhee0
- License: apache-2.0
- Created: 2021-01-04T22:48:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T00:57:17.000Z (about 3 years ago)
- Last Synced: 2025-10-31T07:45:46.562Z (9 months ago)
- Topics: iter, iterable, iteration
- Language: JavaScript
- Homepage: https://theroyalwhee0.github.io/iter/
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.