UNPKG

@yaagoub/decorators

Version:

Angular decorators

9 lines (8 loc) 219 B
export type QueryMetadata = { type: 'query'; key: string; index: number; }; export declare function getFromInstanceQueryMetadata(instance: any, methodName: string, args: any[]): { [key: string]: any; };