throttle-debounce : Throttle/debounce your functions.. You can installing throttle-debounce 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 throttle-debounce $ sudo npm install -g throttle-debounce
If want to update the throttle-debounce package execute the command as below,
$ sudo npm update throttle-debounce
Update package globally,
$ npm install -g throttle-debounce
$ sudo git clone https://github.com/rektide/throttle-debounce.git
$ sudo npm install -g ./throttle-debounce
throttle-debounce@1.0.1 /usr/lib/node_modules/throttle-debounce
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall throttle-debounce
| Package Name | throttle-debounce |
| Version | 1.0.1 |
| Description | Throttle/debounce your functions. |
| Released Date | 2016-05-01T15:15:57.518Z |
| Published by | niksy |
| How to Learn | https://www.npmjs.com/package/throttle-debounce/tutorial |