You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
378 B

export { container, make } from './src/global.ts'
export { Inject, Injectable } from './src/decorator/Injection.ts'
export { Service } from './src/decorator/Service.ts'
export { default as AbstractFactory } from './src/factory/AbstractFactory.ts'
export { Container, InvalidDependencyKeyError, DuplicateFactoryKeyError, MaybeDependency, MaybeFactory } from './src/Container.ts'