UNPKG

350 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5/* tslint:disable */
6
7const config = /*#__PURE__*/Object.freeze({
8 __proto__: null
9});
10
11function getJsonSchema() {
12 return require('./config-schema.json');
13}
14
15exports.YamlConfig = config;
16exports.getJsonSchema = getJsonSchema;
17//# sourceMappingURL=index.cjs.js.map