is-html : Check if a string is HTML. You can installing is-html 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-html $ sudo npm install -g is-html
If want to update the is-html package execute the command as below,
$ sudo npm update is-html
Update package globally,
$ npm install -g is-html
$ sudo git clone https://github.com/rektide/is-html.git
$ sudo npm install -g ./is-html
is-html@1.1.0 /usr/lib/node_modules/is-html
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-html
Package Name | is-html |
Version | 1.1.0 |
Description | Check if a string is HTML |
Released Date | 2017-02-13T09:16:08.963Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/is-html/tutorial |