PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
tsyringe
/
dist
/
typings
/
decorators
import InjectionToken from "../providers/injection-token"; import Transform from "../types/transform"; /** * Parameter decorator factory that allows for interface information to be stored in the constructor's metadata * * @return {Function} The parameter decorator */ declare function injectAllWithTransform(token: InjectionToken<any>, transformer: InjectionToken<Transform<[any], any>>, ...args: any[]): (target: any, propertyKey: string | symbol, parameterIndex: number) => any; export default injectAllWithTransform;
[-] auto-injectable.d.ts
[edit]
[+]
..
[-] index.d.ts
[edit]
[-] inject-all.d.ts
[edit]
[-] inject-with-transform.d.ts
[edit]
[-] inject.d.ts
[edit]
[-] registry.d.ts
[edit]
[-] singleton.d.ts
[edit]
[-] scoped.d.ts
[edit]
[-] inject-all-with-transform.d.ts
[edit]
[-] injectable.d.ts
[edit]