UNPKG

@loopback/booter-lb3app

Version:

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

15 lines 622 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 }); exports.Lb3AppBooterComponent = void 0; const lb3app_booter_1 = require("./lb3app.booter"); class Lb3AppBooterComponent { constructor() { this.booters = [lb3app_booter_1.Lb3AppBooter]; } } exports.Lb3AppBooterComponent = Lb3AppBooterComponent; //# sourceMappingURL=lb3app.booter.component.js.map