UNPKG

tm-constants

Version:

This is the accumulated constants for TM30 global

37 lines (29 loc) 489 B
tm-constants =========== tm-constants - This is a constants package ## Installation ```json "dependencies": { "tm-constants": "~1.0.2" // see the "releases" section } ``` ```npm install tm-constants``` ## Requirements ```javascript const constants = require('tm-constants'); ``` ### List Of Constants - EVENT, - CACHE, - QUEUE, - ROLE, - SECURITY, - STATUS ### Tests #### Cli ```bash npm install npm test ``` #### Contributors - [Micheal Akinwonmi](https://github.com/blackhades)