stock-bot/libs/core/di/src/index.ts

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';