Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 428 Bytes

File metadata and controls

20 lines (12 loc) · 428 Bytes

Iterator Helpers

This implements polyfill for iterator helpers proposal.

Usage

Simply import,

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 for more info.

Copyright 2021-present (c) DjDeveloperr