io-ts : TypeScript compatible runtime type system for IO validation. You can installing io-ts 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 io-ts $ sudo npm install -g io-ts
If want to update the io-ts package execute the command as below,
$ sudo npm update io-ts
Update package globally,
$ npm install -g io-ts
$ sudo git clone https://github.com/rektide/io-ts.git
$ sudo npm install -g ./io-ts
io-ts@0.8.2 /usr/lib/node_modules/io-ts
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall io-ts
Package Name | io-ts |
Version | 0.8.2 |
Description | TypeScript compatible runtime type system for IO validation |
Released Date | 2017-11-08T06:13:12.306Z |
Published by | gcanti |
How to Learn | https://www.npmjs.com/package/io-ts/tutorial |