UNPKG

299 BTypeScriptView Raw
1import { Stream } from '../types';
2export declare const createLoadableStream: () => Stream;
3export declare const clearStream: (stream?: Stream | undefined) => void;
4export declare const checkStream: (stream: string | number | Stream | undefined) => void;
5export declare const defaultStream: Stream;