is-buffer : Determine if an object is a Buffer. You can installing is-buffer 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 is-buffer $ sudo npm install -g is-buffer
If want to update the is-buffer package execute the command as below,
$ sudo npm update is-buffer
Update package globally,
$ npm install -g is-buffer
$ sudo git clone https://github.com/rektide/is-buffer.git
$ sudo npm install -g ./is-buffer
is-buffer@1.1.6 /usr/lib/node_modules/is-buffer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-buffer
Package Name | is-buffer |
Version | 1.1.6 |
Description | Determine if an object is a Buffer |
Released Date | 2017-10-25T21:36:28.871Z |
Published by | feross |
How to Learn | https://www.npmjs.com/package/is-buffer/tutorial |