w-constants

1.0.1 • Public • Published

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

Key Value
RESERVED_NAMES new

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i w-constants

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • realglobe
  • okunishinishi