UNPKG

170 BTypeScriptView Raw
1/// <reference types="node" />
2import { pipeline } from 'stream';
3/**
4 * Promisified stream.pipeline()
5 */
6export declare const _pipeline: typeof pipeline.__promisify__;