type-is : Infer the content-type of a request.. You can installing type-is 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 type-is $ sudo npm install -g type-is
If want to update the type-is package execute the command as below,
$ sudo npm update type-is
Update package globally,
$ npm install -g type-is
$ sudo git clone https://github.com/rektide/type-is.git
$ sudo npm install -g ./type-is
type-is@1.6.15 /usr/lib/node_modules/type-is
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall type-is
| Package Name | type-is |
| Version | 1.6.15 |
| Description | Infer the content-type of a request. |
| Released Date | 2017-04-01T03:19:49.693Z |
| Published by | dougwilson |
| How to Learn | https://www.npmjs.com/package/type-is/tutorial |