feat: init project
This commit is contained in:
19
src/index.ts
Normal file
19
src/index.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
export { Container } from "./container/Container";
|
||||
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