UNPKG

112 BTypeScriptView Raw
1declare function IteratorStep<T>(iterator: Iterator<T>): IteratorYieldResult<T> | false;
2export = IteratorStep;