microtime : Get the current time in microseconds. You can installing microtime 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 microtime $ sudo npm install -g microtime
If want to update the microtime package execute the command as below,
$ sudo npm update microtime
Update package globally,
$ npm install -g microtime
$ sudo git clone https://github.com/rektide/microtime.git
$ sudo npm install -g ./microtime
microtime@2.1.6 /usr/lib/node_modules/microtime
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall microtime
Package Name | microtime |
Version | 2.1.6 |
Description | Get the current time in microseconds |
Released Date | 2017-07-05T11:53:11.637Z |
Published by | wadey |
How to Learn | https://www.npmjs.com/package/microtime/tutorial |