1.0.1 • Published 9 years ago
kini-naru-enums v1.0.1
kini-naru-enums
Enum variables for kini-naru
Installation
$ npm install kini-naru-enums --saveUsage
'use strict'
const { StackNames } = require('kini-naru-enums')
{
const { INDEX_STACK, MODAL_STACK } = StackNames
/* ... */
}Values
StackNames
| Key | Value |
|---|---|
| INDEX_STACK | stack:index |
| MODAL_STACK | stack:modal |
StackWays
| Key | Value |
|---|---|
| PUSH_LEFT_WAY | PUSH_LEFT |
| PULL_UP_WAY | PULL_UP |
| NONE_WAY | NONE |
License
This software is released under the MIT License.