UNPKG

@loopback/booter-lb3app

Version:

A booter component for LoopBack 3 applications to expose their REST API via LoopBack 4

20 lines 820 B
"use strict"; // Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved. // Node module: @loopback/booter-lb3app // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); /** * Boot a LoopBack 3 application and expose its REST API via LoopBack 4. * * @remarks * This package provides a way for LoopBack 3 developers to boot their LoopBack * 3 application, convert the application's Swagger spec into OpenAPI v3, and * then mount the application, including its spec, onto a target LoopBack 4 * application. * * @pakageDocumentation */ tslib_1.__exportStar(require("./lb3app.booter.component"), exports); //# sourceMappingURL=index.js.map