UNPKG

cloudworker-proxy

Version:
11 lines (7 loc) 273 B
/// <reference types="node" /> import * as stream from 'stream'; declare function getPolyfill(): ( stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, callback: (err?: NodeJS.ErrnoException) => void ) => () => void; export = getPolyfill;