UNPKG

huject

Version:

Typescript dependency injection container for humans

11 lines (7 loc) 266 B
/** * Exporting library here */ export {Container} from './container'; export {FactoryMethod} from './definition'; export {ConstructorInject, Inject, Optional, Factory} from './decorators'; export {ContainerFactoryInterface} from './containerfactoryinterface';