UNPKG

@adonisjs/fold

Version:

Dependency manager and IoC container for your next NodeJs application

8 lines (7 loc) 174 B
/** * Injects bindings to the class constructor */ export declare function inject(value?: any): { (target: any, propertyKey: string): void; (target: any): void; };