@jems/di
Version:
An implementation of IoC pattern based on dependency injection that allows you to granulate and decouple your libraries or applications. Wrote using SOLID principles and a variety OOP patterns implementations.
8 lines (7 loc) • 314 B
TypeScript
export * from './unregisteredAliasError';
export * from './unsupportedServicignStrategyError';
export * from './activationFailError';
export * from './invalidDataError';
export * from './cyclicDependencyError';
export * from './resolutionConfigurationError';
export * from './unfulfilledMembersRequirementsError';