https://github.com/djdeveloperr/iteratorhelpers
Polyfill for the Iterator Hepers proposal.
https://github.com/djdeveloperr/iteratorhelpers
deno isomorphic iterator-helpers polyfill
Last synced: 10 months ago
JSON representation
Polyfill for the Iterator Hepers proposal.
- Host: GitHub
- URL: https://github.com/djdeveloperr/iteratorhelpers
- Owner: DjDeveloperr
- License: mit
- Created: 2021-07-21T11:52:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T13:38:40.000Z (over 4 years ago)
- Last Synced: 2025-02-10T11:33:41.207Z (about 1 year ago)
- Topics: deno, isomorphic, iterator-helpers, polyfill
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iterator Helpers
This implements polyfill for
[iterator helpers proposal](https://github.com/tc39/proposal-iterator-helpers).
## Usage
Simply import,
```ts
import "https://raw.githubusercontent.com/DjDeveloperr/IteratorHelpers/main/mod.ts";
```
And iterator helpers will be polyfilled. Check out proposal repo for more info.
## License
Check [LICENSE](./LICENSE) for more info.
Copyright 2021-present (c) DjDeveloperr