get-parameter-names : Retrieves parameter names from a function. You can installing get-parameter-names 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 get-parameter-names $ sudo npm install -g get-parameter-names
If want to update the get-parameter-names package execute the command as below,
$ sudo npm update get-parameter-names
Update package globally,
$ npm install -g get-parameter-names
$ sudo git clone https://github.com/rektide/get-parameter-names.git
$ sudo npm install -g ./get-parameter-names
get-parameter-names@0.3.0 /usr/lib/node_modules/get-parameter-names
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall get-parameter-names
Package Name | get-parameter-names |
Version | 0.3.0 |
Description | Retrieves parameter names from a function |
Released Date | 2016-03-22T22:07:59.196Z |
Published by | goatslacker |
How to Learn | https://www.npmjs.com/package/get-parameter-names/tutorial |