1.0.1 • Published 6 years ago

w-constants v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

w-constants

Build Status npm Version JS Standard

Constant variables for w

Installation

$ npm install w-constants --save

Usage

'use strict'

const {VerbSpec} = require('w-constants')

async function tryExample () {
  const {RESERVED_NAMES} = VerbSpec
  console.log(RESERVED_NAMES.split(','))
}

tryExample().catch((err) => console.error(err))

Values

VerbSpec

KeyValue
RESERVED_NAMESnew

License

This software is released under the MIT License.

Links