|
|
пре 3 недеља | |
|---|---|---|
| .. | ||
| .github | пре 3 недеља | |
| test | пре 3 недеља | |
| .eslintrc | пре 3 недеља | |
| .nycrc | пре 3 недеља | |
| CHANGELOG.md | пре 3 недеља | |
| LICENSE | пре 3 недеља | |
| README.md | пре 3 недеља | |
| index.d.ts | пре 3 недеља | |
| index.js | пре 3 недеља | |
| package.json | пре 3 недеља | |
| tsconfig.json | пре 3 недеља | |
Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.
var stopIterationIterator = require('stop-iteration-iterator');
var s = new Set([1, 2]);
var iterator = stopIterationIterator(s.keys());
iterator.next(); // { done: false, value: 1 }
Simply clone the repo, npm install, and run npm test