UNPKG

stream-sync

Version:

Synchronous stream library. Includes FileReadStreamSync

6 lines (5 loc) 158 B
/// <reference types="node" /> import stream from "stream"; export interface ReadableOptions extends stream.ReadableOptions { buffer?: null | any; }