/linguacode-constants

All constants that was used in LinguaCode.

Primary LanguageJavaScriptMIT LicenseMIT

linguacode-constants

Description

linguacode-constants is a library which includes all constants that have been used in linguacode-core.

How to install

yarn

yarn add https://github.com/linguacode/linguacode-constants --save

npm

npm install https://github.com/linguacode/linguacode-constants --save

Usage

var CONSTANT = require('linguacode-constants');

console.log(CONSTANT.TIMEOUT_TIME); //666

##License linguacode-constants is licensed under MIT.