UNPKG

683 BTypeScriptView Raw
1/**
2 * The core foundation for LoopBack 4. It can also serve as the platform to
3 * build large-scale Node.js applications and frameworks.
4 *
5 * @remarks
6 * For examples of how to leverage `@loopback/core` to build composable and
7 * extensible projects, check out the
8 * {@link https://loopback.io/doc/en/lb4/core-tutorial.html | core tutorial}.
9 *
10 * @packageDocumentation
11 */
12export * from '@loopback/context';
13export * from './application';
14export * from './component';
15export * from './extension-point';
16export * from './keys';
17export * from './lifecycle';
18export * from './lifecycle-registry';
19export * from './mixin-target';
20export * from './server';
21export * from './service';