rfunc-constants

1.0.5 • Public • Published

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.

Links

Readme

Keywords

Package Sidebar

Install

npm i rfunc-constants

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

12.4 kB

Total Files

27

Last publish

Collaborators

  • okunishinishi