UNPKG

@yaagoub/decorators

Version:

Angular decorators

7 lines (6 loc) 253 B
export type HeaderMetadata = { type: 'header'; key: string; index: number; }; export declare function getHeadersMetadata(instance: any, target: any, methodName: string, args: any[], headers?: Record<string, string>): Record<string, string>;