linguacode-constants is a library which includes all constants that have been used in linguacode-core.
yarn add https://github.com/linguacode/linguacode-constants --save
npm install https://github.com/linguacode/linguacode-constants --save
var CONSTANT = require('linguacode-constants');
console.log(CONSTANT.TIMEOUT_TIME); //666
##License linguacode-constants is licensed under MIT.