Licence
MIT
Version
1.0.5
Deps
0
Size
12 kB
Vulns
0
Weekly
0
rfunc-constants
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.