UNPKG

@launchtray/tsyringe-async

Version:

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

7 lines (6 loc) 281 B
export { DependencyContainer, Lifecycle, RegistrationOptions } from "./types"; export * from "./decorators"; export * from "./factories"; export * from "./providers"; export { instance as container } from "./dependency-container"; export { resolveParams } from "./resolve-params";