Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface describing an iterator protocol-compliant results object.

Hierarchy

  • IteratorResult

Index

Properties

Properties

done

done: boolean

Boolean flag indicating whether an iterator is finished.

Optional value

value: any

Iterated value (if one exists).