|
|
||||
|---|---|---|---|---|
| .. | ||||
| index.js | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
| license | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
| package.json | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
| readme.md | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
Check if something is a Node.js stream
$ npm install --save is-stream
const fs = require('fs');
const isStream = require('is-stream');
isStream(fs.createReadStream('unicorn.png'));
//=> true
isStream({});
//=> false
MIT © Sindre Sorhus