Search
Preparing search index...
The search index is not available
typedoc
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
typedoc
TypeScript
Iterator
Interface Iterator<T>
ES6 Iterator type.
Type parameters
T
Hierarchy
Iterator
Index
Methods
next
Methods
next
next
(
)
:
{
done
?:
false
;
value
:
T
}
|
{
done
:
true
;
value
:
void
}
Returns
{
done
?:
false
;
value
:
T
}
|
{
done
:
true
;
value
:
void
}
Exports
Externals
JSONOutput
Reflection
Kind
Type
Script
Type
Script.
Script
Snapshot
Type
Script.server
Iterator
next
Generated using
TypeDoc
ES6 Iterator type.