UNPKG

inversify

Version:

A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.

4 lines 384 B
export { LazyServiceIdentifier, } from '@inversifyjs/common'; export { Container, ContainerModule, } from '@inversifyjs/container'; export { bindingScopeValues, bindingTypeValues, decorate, inject, injectFromBase, injectFromHierarchy, injectable, multiInject, named, optional, unmanaged, tagged, postConstruct, preDestroy, } from '@inversifyjs/core'; //# sourceMappingURL=index.js.map