0.1.2 • Published 6 years ago

stream-is v0.1.2

Weekly downloads
13
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago