v-constants

1.1.0 • Public • Published

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

Key Value
HOSTNAME localhost
PROTOCOL http

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i v-constants

Weekly Downloads

4

Version

1.1.0

License

MIT

Last publish

Collaborators

  • realglobe
  • okunishinishi