UNPKG

@loopback/boot

Version:

A collection of Booters for LoopBack 4 Applications

20 lines 1.14 kB
"use strict"; // Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. // Node module: @loopback/boot // 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"); tslib_1.__exportStar(require("./application-metadata.booter"), exports); tslib_1.__exportStar(require("./base-artifact.booter"), exports); tslib_1.__exportStar(require("./booter-utils"), exports); tslib_1.__exportStar(require("./component-application.booter"), exports); tslib_1.__exportStar(require("./controller.booter"), exports); tslib_1.__exportStar(require("./datasource.booter"), exports); tslib_1.__exportStar(require("./interceptor.booter"), exports); tslib_1.__exportStar(require("./lifecyle-observer.booter"), exports); tslib_1.__exportStar(require("./model-api.booter"), exports); tslib_1.__exportStar(require("./model.booter"), exports); tslib_1.__exportStar(require("./repository.booter"), exports); tslib_1.__exportStar(require("./service.booter"), exports); //# sourceMappingURL=index.js.map