@omnigraph/openapi
Version:
10 lines (9 loc) • 822 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getJSONSchemaOptionsFromOpenAPIOptions = exports.default = void 0;
const tslib_1 = require("tslib");
var loadGraphQLSchemaFromOpenAPI_js_1 = require("./loadGraphQLSchemaFromOpenAPI.js");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return loadGraphQLSchemaFromOpenAPI_js_1.loadGraphQLSchemaFromOpenAPI; } });
tslib_1.__exportStar(require("./loadGraphQLSchemaFromOpenAPI.js"), exports);
var getJSONSchemaOptionsFromOpenAPIOptions_js_1 = require("./getJSONSchemaOptionsFromOpenAPIOptions.js");
Object.defineProperty(exports, "getJSONSchemaOptionsFromOpenAPIOptions", { enumerable: true, get: function () { return getJSONSchemaOptionsFromOpenAPIOptions_js_1.getJSONSchemaOptionsFromOpenAPIOptions; } });