chore: initial commit for @alveojs/core
This commit is contained in:
18
src/index.ts
18
src/index.ts
@@ -1,21 +1,5 @@
|
||||
export * from "@alveojs/common";
|
||||
export { Container } from "./container/Container";
|
||||
export type { ForwardReference, ForwardRefFn } from "./container/forwardRef";
|
||||
export { forwardRef } from "./container/forwardRef";
|
||||
export type {
|
||||
ClassProvider,
|
||||
ExistingProvider,
|
||||
FactoryProvider,
|
||||
InjectableOptions,
|
||||
ModuleOptions,
|
||||
Provider,
|
||||
ProviderScope as Scope,
|
||||
ProviderToken,
|
||||
ValueProvider,
|
||||
} from "./container/types";
|
||||
export * from "./decorators";
|
||||
export * from "./errors";
|
||||
export { AlveoApplication } from "./factory/AlveoApplication";
|
||||
export { AlveoFactory } from "./factory/AlveoFactory";
|
||||
export * from "./lifecycle";
|
||||
export { ModuleRef } from "./module/ModuleRef";
|
||||
export type { Abstract, Constructor, Type } from "./types";
|
||||
|
||||
Reference in New Issue
Block a user