isstream : Determine if an object is a Stream. You can installing isstream npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install isstream $ sudo npm install -g isstream
If want to update the isstream package execute the command as below,
$ sudo npm update isstream
Update package globally,
$ npm install -g isstream
$ sudo git clone https://github.com/rektide/isstream.git
$ sudo npm install -g ./isstream
isstream@0.1.2 /usr/lib/node_modules/isstream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall isstream
Package Name | isstream |
Version | 0.1.2 |
Description | Determine if an object is a Stream |
Released Date | 2015-03-07T00:15:15.512Z |
Published by | rvagg |
How to Learn | https://www.npmjs.com/package/isstream/tutorial |