UNPKG

@launchtray/tsyringe-async

Version:

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

3 lines (2 loc) 223 B
import DependencyContainer from "./types/dependency-container"; export declare function resolveParams(container: DependencyContainer, target: any, propertyKey?: string | symbol | undefined, ...args: any[]): Promise<any[]>;