D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
stop-iteration-iterator
/
Filename :
index.d.ts
back
Copy
declare global { const StopIteration: (object & { readonly __brand__?: unique symbol }) | undefined; } declare function getStopIterationIterator<T>(origIterator: { next(): IteratorResult<T> }): Iterator<T, unknown, T>; export = getStopIterationIterator;