Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / DONE

Variable: DONE

const DONE: object

Defined in: projects/libraries/streamix/src/lib/abstractions/operator.ts:30

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.