14 lines
No EOL
376 B
TypeScript
14 lines
No EOL
376 B
TypeScript
// Export all dependency injection components
|
|
export * from './service-container';
|
|
export * from './operation-context';
|
|
export * from './pool-size-calculator';
|
|
export * from './types';
|
|
|
|
// Awilix container exports
|
|
export {
|
|
createServiceContainer,
|
|
initializeServices,
|
|
type AppConfig,
|
|
type ServiceCradle,
|
|
type ServiceContainer
|
|
} from './awilix-container'; |