is-blank : Check whether a value is empty or blank, includes string whitespace support. You can installing is-blank 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-blank $ sudo npm install -g is-blank
If want to update the is-blank package execute the command as below,
$ sudo npm update is-blank
Update package globally,
$ npm install -g is-blank
$ sudo git clone https://github.com/rektide/is-blank.git
$ sudo npm install -g ./is-blank
is-blank@2.1.0 /usr/lib/node_modules/is-blank
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-blank
Package Name | is-blank |
Version | 2.1.0 |
Description | Check whether a value is empty or blank, includes string whitespace support |
Released Date | 2017-02-24T01:33:57.410Z |
Published by | johno |
How to Learn | https://www.npmjs.com/package/is-blank/tutorial |