@epikodelabs/streamix / DONE
Variable: DONE
constDONE: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
readonlydone:true
value
readonlyvalue:undefined