UNPKG

rsdi

Version:

TypeScript dependency injection container. Strong types without decorators.

3 lines (2 loc) 136 B
export { DIContainer } from './DIContainer.js'; export { type IDIContainer, type ResolversOf, type SealedContainer } from './types.js';