UNPKG

@yaagoub/decorators

Version:

Angular decorators

9 lines (8 loc) 217 B
export type PathMetadata = { type: 'param'; key: string; index: number; }; export declare function getFromInstancePathMetadata(instance: any, methodName: string, args: any[]): { [key: string]: any; };