promises
Nodepod API / src / stream / promises
Variable: promises
Section titled “Variable: promises”
constpromises:object
Defined in: src/polyfills/stream.ts:1651
Type Declaration
Section titled “Type Declaration”finished
Section titled “finished”finished: (
stream,opts?) =>Promise<void>
Parameters
Section titled “Parameters”stream
Section titled “stream”unknown
error?
Section titled “error?”boolean
Returns
Section titled “Returns”Promise<void>
pipeline
Section titled “pipeline”pipeline: (…
streams) =>Promise<void>
Parameters
Section titled “Parameters”streams
Section titled “streams”…unknown[]
Returns
Section titled “Returns”Promise<void>