UNPKG

1.38 kBJavaScriptView Raw
1"use strict";
2// Copyright IBM Corp. and LoopBack contributors 2017,2020. All Rights Reserved.
3// Node module: @loopback/core
4// This file is licensed under the MIT License.
5// License text available at https://opensource.org/licenses/MIT
6Object.defineProperty(exports, "__esModule", { value: true });
7const tslib_1 = require("tslib");
8/**
9 * The core foundation for LoopBack 4. It can also serve as the platform to
10 * build large-scale Node.js applications and frameworks.
11 *
12 * @remarks
13 * For examples of how to leverage `@loopback/core` to build composable and
14 * extensible projects, check out the
15 * {@link https://loopback.io/doc/en/lb4/core-tutorial.html | core tutorial}.
16 *
17 * @packageDocumentation
18 */
19// Re-export public Core API coming from dependencies
20tslib_1.__exportStar(require("@loopback/context"), exports);
21// Export APIs
22tslib_1.__exportStar(require("./application"), exports);
23tslib_1.__exportStar(require("./component"), exports);
24tslib_1.__exportStar(require("./extension-point"), exports);
25tslib_1.__exportStar(require("./keys"), exports);
26tslib_1.__exportStar(require("./lifecycle"), exports);
27tslib_1.__exportStar(require("./lifecycle-registry"), exports);
28tslib_1.__exportStar(require("./mixin-target"), exports);
29tslib_1.__exportStar(require("./server"), exports);
30tslib_1.__exportStar(require("./service"), exports);
31//# sourceMappingURL=index.js.map
\No newline at end of file