1.1.0 • Published 8 years ago

v-constants v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

v-constants

Build Status npm Version JS Standard

Constant variables for v

Installation

$ npm install v-constants --save

Usage

'use strict'

const {Defaults} = require('v-constants')

async function tryExample () {
  const {HOSTNAME} = Defaults
  console.log(HOSTNAME)
}

tryExample().catch((err) => console.error(err))

Values

Defaults

KeyValue
HOSTNAMElocalhost
PROTOCOLhttp

License

This software is released under the MIT License.

Links