UNPKG

@yaagoub/decorators

Version:

Angular decorators

6 lines (5 loc) 175 B
export type BodyMetadata = { type: 'body'; index: number; }; export declare function getFromInstanceBodyMetadata(instance: any, methodName: string, args: any[]): any;