UNPKG

227 BTypeScriptView Raw
1declare function isStream(obj: any): boolean;
2declare namespace isStream {
3 function isReadable(obj: any): boolean;
4 function isWritable(obj: any): boolean;
5 function isDuplex(obj: any): boolean;
6}
7
8export = isStream;