tsutils : utilities for working with typescripts AST. You can installing tsutils 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 tsutils $ sudo npm install -g tsutils
If want to update the tsutils package execute the command as below,
$ sudo npm update tsutils
Update package globally,
$ npm install -g tsutils
$ sudo git clone https://github.com/rektide/tsutils.git
$ sudo npm install -g ./tsutils
tsutils@2.12.2 /usr/lib/node_modules/tsutils
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tsutils
| Package Name | tsutils |
| Version | 2.12.2 |
| Description | utilities for working with typescripts AST |
| Released Date | 2017-11-02T22:30:00.237Z |
| Published by | ajaff |
| How to Learn | https://www.npmjs.com/package/tsutils/tutorial |