osio-config

OverSpeed configuration helper.


Keywords
overspeed, os, config, yml, yaml, node, npm, simple
License
Unlicense
Install
npm install osio-config@1.0.0

Documentation

os-config

'use strict';

const {setConfigPath, getConfig, arrayConfig, booleanConfig} = require('../index');

setConfigPath(__dirname);

getConfig('BOOLEAN', booleanConfig);
getConfig('ARRAY', arrayConfig);
getConfig('NUMBER', Number);