type-check : type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.. You can installing type-check 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-check $ sudo npm install -g type-check
If want to update the type-check package execute the command as below,
$ sudo npm update type-check
Update package globally,
$ npm install -g type-check
$ sudo git clone https://github.com/rektide/type-check.git
$ sudo npm install -g ./type-check
type-check@0.3.2 /usr/lib/node_modules/type-check
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall type-check
| Package Name | type-check |
| Version | 0.3.2 |
| Description | type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. |
| Released Date | 2015-12-29T05:46:21.672Z |
| Published by | gkz |
| How to Learn | https://www.npmjs.com/package/type-check/tutorial |