https://github.com/iterable-iterator/iter
:roll_of_paper: An iter function for JavaScript
https://github.com/iterable-iterator/iter
Last synced: about 1 year ago
JSON representation
:roll_of_paper: An iter function for JavaScript
- Host: GitHub
- URL: https://github.com/iterable-iterator/iter
- Owner: iterable-iterator
- License: agpl-3.0
- Created: 2021-04-27T15:27:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T05:48:12.000Z (about 1 year ago)
- Last Synced: 2025-04-12T06:29:57.575Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://iterable-iterator.github.io/iter
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:roll_of_paper: [@iterable-iterator/iter](https://iterable-iterator.github.io/iter)
==
An `iter` function for JavaScript.
See [docs](https://iterable-iterator.github.io/iter/index.html).
> :warning: Depending on your environment, the code may require
> `regeneratorRuntime` to be defined, for instance by importing
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).
```js
import {iter} from '@iterable-iterator/iter';
iter('ABC').next().value; // A
```
[](https://raw.githubusercontent.com/iterable-iterator/iter/main/LICENSE)
[](https://www.npmjs.org/package/@iterable-iterator/iter)
[](https://github.com/iterable-iterator/iter/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/iterable-iterator/iter/network/dependencies)
[](https://github.com/iterable-iterator/iter/issues)
[](https://www.npmjs.org/package/@iterable-iterator/iter)
[](https://codeclimate.com/github/iterable-iterator/iter/issues)
[](https://codeclimate.com/github/iterable-iterator/iter/trends/churn)
[](https://codecov.io/gh/iterable-iterator/iter)
[](https://codeclimate.com/github/iterable-iterator/iter/trends/technical_debt)
[](https://iterable-iterator.github.io/iter/source.html)
[](https://bundlephobia.com/result?p=@iterable-iterator/iter)