npm.io
1.0.5 • Published 8 years ago

rfunc-constants

Licence
MIT
Version
1.0.5
Deps
0
Size
12 kB
Vulns
0
Weekly
0

rfunc-constants

Build Status Code Climate Code Coverage npm Version JS Standard

Constant variables for rfunc

Installation

$ npm install rfunc-constants --save

Usage

'use strict'

const { DEFAULT_URL } = require('rfunc-constants')

console.log('DEFAULT_URL', DEFAULT_URL)

Values

Key Type Value
DEFAULT_URL string '/rfunc'
RESERVED_METHODS string 'then,inspect,toJSON'

License

This software is released under the MIT License.

Keywords