package node.stream; typedef PipelineDestinationPromiseFunction = (source:js.lib.AsyncIterable) -> js.lib.Promise

;