UNPKG

carcass-config

Version:

(Node.js) A config file loader and manager, in Carcass style.

10 lines (8 loc) 222 B
/** * YAML parser. * * Used to parse a string and cannot be used together with `parsers.cjson`. * * @see https://github.com/nodeca/js-yaml#safeload-string---options- */ module.exports = require('js-yaml').safeLoad;