Skip to content

BuiltinIteratorReturn

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / index / <internal> / BuiltinIteratorReturn

Type Alias: BuiltinIteratorReturn

BuiltinIteratorReturn: intrinsic

Defined in: node_modules/typescript/lib/lib.es2015.iterable.d.ts:70

Defines the TReturn type used for built-in iterators produced by Array, Map, Set, and others. This is undefined when strictBuiltInIteratorReturn is true; otherwise, this is any.