UNPKG

269 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var js_yaml_1 = require("js-yaml");
4function parseConfigFile(ymlString) {
5 return js_yaml_1.safeLoad(ymlString);
6}
7exports.parseConfigFile = parseConfigFile;
8//# sourceMappingURL=yml.js.map
\No newline at end of file