PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
stop-iteration-iterator
declare global { const StopIteration: (object & { readonly __brand__?: unique symbol }) | undefined; } declare function getStopIterationIterator<T>(origIterator: { next(): IteratorResult<T> }): Iterator<T, unknown, T>; export = getStopIterationIterator;
[-] tsconfig.json
[edit]
[-] .nycrc
[edit]
[-] README.md
[edit]
[-] package.json
[edit]
[+]
.github
[+]
..
[+]
test
[-] LICENSE
[edit]
[-] .eslintrc
[edit]
[-] index.d.ts
[edit]
[-] index.js
[edit]
[-] CHANGELOG.md
[edit]