0.1.2 • Published 7 years ago

stream-is v0.1.2

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

stream-is

NPM

Check is value is stream.

const is = require('stream-is');
// is(<value>)

const stream = require('stream');
is(new stream.Readable());
// true
is(new stream.Writable());
// true
is({read: '1'});
// false
is();
// false
0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago