UNPKG

283 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const json_1 = require("@stoplight/json");
4exports.parseConfig = (input) => json_1.parseWithPointers(input, {
5 disallowComments: false,
6 allowTrailingComma: true,
7});
8//# sourceMappingURL=parse.js.map
\No newline at end of file