Skip to main content

Interface: IteratorInfo<T>

processTargets/modifiers/scopeHandlers/IteratorInfo.internal.IteratorInfo

Allows us to keep track of an iterator along with the most recently yielded value

Type parameters

Name
T

Properties

iterator

iterator: Iterator<T, any, undefined>

Defined in

processTargets/modifiers/scopeHandlers/IteratorInfo.ts:6


value

value: T

Defined in

processTargets/modifiers/scopeHandlers/IteratorInfo.ts:7