1.0.5 • Published 7 years ago
rfunc-constants v1.0.5
rfunc-constants
Constant variables for rfunc
Installation
$ npm install rfunc-constants --saveUsage
'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.