UNPKG

@baizey/dependency-injection

Version:
5 lines (4 loc) 170 B
export * from './ILifetime'; export { singleton } from './SingletonLifetime'; export { scoped } from './ScopedLifetime'; export { transient } from './TransientLifetime';