- resume<T>(times?): ((arg: T) => IterableIterator<IterSource<T>>)
Returns ((arg: T) => IterableIterator<IterSource<T>>)
- resume<T>(arg, times?): IterableIterator<IterSource<T>>
Parameters
- arg: T
Optional
times: number
Returns IterableIterator<IterSource<T>>
Resumes the input iterator a certain number of times after it's next value returns
{ done: true }
.