Skip to content

Variable: DONE

const DONE: object

Defined in: abstractions/operator.ts:9

A constant representing a completed stream result.

Always { done: true, value: undefined }. Used to signal the end of a stream.

Type Declaration

done

readonly done: true

value

readonly value: undefined

Released under the MIT License.