iterator-helper
Version:
Provide helpers that polyfill all methods defined in [iterator helpers proposal](https://github.com/tc39/proposal-iterator-helpers), both for `Iterator` and `AsyncIterator`, and even more.
28 lines (27 loc) • 579 B
JSON
{
"name": "iterator-helper",
"version": "1.3.4",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "node dist/test.js",
"build": "tsc && npm run build-esm",
"build-esm": "tsc --project ./tsconfig-esm.json && node rename_mjs.js"
},
"keywords": [
"iterator",
"iterators",
"polyfill",
"helpers",
"itertools"
],
"author": "Louis Béranger",
"repository": {
"type": "git",
"url": "https://github.com/alkihis/iterator-helper"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^14.0.13"
}
}