1.0.1 • Published 7 years ago

kini-naru-enums v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

kini-naru-enums

Build Status npm Version JS Standard

Enum variables for kini-naru

Installation

$ npm install kini-naru-enums --save

Usage

'use strict'

const { StackNames } = require('kini-naru-enums')

{
  const { INDEX_STACK, MODAL_STACK } = StackNames
  /* ... */
}

Values

StackNames
KeyValue
INDEX_STACKstack:index
MODAL_STACKstack:modal
StackWays
KeyValue
PUSH_LEFT_WAYPUSH_LEFT
PULL_UP_WAYPULL_UP
NONE_WAYNONE

License

This software is released under the MIT License.

Links