1.0.5 • Published 6 years ago

rfunc-constants v1.0.5

Weekly downloads
252
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.4

6 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago