Licence
MIT
Version
1.1.1
Deps
1
Size
6 kB
Vulns
0
Weekly
0
lookup
Tool for searching configs files and joining it or choosing more specified config.
Using:
npm i config-lookuper --save
'use strict'
const lookuper = new Lookuper(configName, isMixedConfigs, parsingTyper);
const result = lookuper.lookup();
configName - String, name of config which we look up.
isMixedConfigs - Boolean, configs should or not should be mixed.
parsingTyper - String, have two values: 'json' or 'js', by default it has 'js' value.