kevoree-const
v2.0.1
Published
Kevoree JS constants
Downloads
8
Readme
kevoree-js-const
Kevoree JS contants
Install
npm i kevoree-const -S
Usage
const kConst = require('kevoree-const');
console.log('Kevoree config root path:', kConst.GLOBAL_PATH);
console.log('Kevoree config file path:', kConst.CONFIG_PATH);
// ...