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

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.

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