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