1.0.5 • Published 7 years ago

rfunc-constants v1.0.5

Weekly downloads
252
License
MIT
Repository
github
Last release
7 years ago

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

KeyTypeValue
DEFAULT_URLstring'/rfunc'
RESERVED_METHODSstring'then,inspect,toJSON'

License

This software is released under the MIT License.

Links

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago