UNPKG

@launchtray/tsyringe-async

Version:

Lightweight dependency injection container for JavaScript/TypeScript, with asynchronous resolution

8 lines (7 loc) 357 B
export { default as inject } from "./inject"; export { default as injectable } from "./injectable"; export { default as registry } from "./registry"; export { default as singleton } from "./singleton"; export { default as injectAll } from "./inject-all"; export { default as scoped } from "./scoped"; export { default as initializer } from "./initializer";