@loopback/openapi-spec
Version:
TypeScript type definitions for OpenAPI Spec/Swagger documents.
13 lines • 526 B
JavaScript
;
// Copyright IBM Corp. 2017,2018. All Rights Reserved.
// Node module: @loopback/openapi-spec
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
// DO NOT EDIT THIS FILE
// Add any additional (re)exports to src/index.ts instead.
__export(require("./src"));
//# sourceMappingURL=index.js.map