UNPKG

822 BMarkdownView Raw
1# Installation
2> `npm install --save @types/isstream`
3
4# Summary
5This package contains type definitions for isstream (https://github.com/rvagg/isstream).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isstream.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isstream/index.d.ts)
10````ts
11declare function isStream(obj: any): boolean;
12declare namespace isStream {
13 function isReadable(obj: any): boolean;
14 function isWritable(obj: any): boolean;
15 function isDuplex(obj: any): boolean;
16}
17
18export = isStream;
19
20````
21
22### Additional Details
23 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
24 * Dependencies: none
25
26# Credits
27These definitions were written by [Matthew Peveler](https://github.com/MasterOdin).
28
\No newline at end of file