enum : Enum is a javascript module that introduces the Enum Type. It works for node.js and in the browser.. You can installing enum 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 enum $ sudo npm install -g enum
If want to update the enum package execute the command as below,
$ sudo npm update enum
Update package globally,
$ npm install -g enum
$ sudo git clone https://github.com/rektide/enum.git
$ sudo npm install -g ./enum
enum@2.5.0 /usr/lib/node_modules/enum
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall enum
Package Name | enum |
Version | 2.5.0 |
Description | Enum is a javascript module that introduces the Enum Type. It works for node.js and in the browser. |
Released Date | 2017-11-02T07:11:21.042Z |
Published by | adrai |
How to Learn | https://www.npmjs.com/package/enum/tutorial |