UNPKG

@slynova/flydrive

Version:

Flexible and Fluent way to manage storage in Node.js.

15 lines 468 B
/** * @slynova/flydrive * * @license MIT * @copyright Slynova - Romain Lanz <romain.lanz@slynova.ch> */ /// <reference types="node" /> import { pipeline as nodePipeline } from 'stream'; /** * Returns a boolean indication if stream param * is a readable stream or not. */ export declare function isReadableStream(stream: any): stream is NodeJS.ReadableStream; export declare const pipeline: typeof nodePipeline.__promisify__; //# sourceMappingURL=utils.d.ts.map