UNPKG

@unleash/proxy

Version:
7 lines 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createSchemaObject = void 0; // Create an OpenAPIV3.SchemaObject from a const schema object. const createSchemaObject = (schema) => schema; exports.createSchemaObject = createSchemaObject; //# sourceMappingURL=openapi-types.js.map