UNPKG

@yaagoub/decorators

Version:

Angular decorators

4 lines (3 loc) 267 B
import 'reflect-metadata'; export declare function defineMetadata<T = any>(key: string, value: T, target: any, propertyKey?: string | symbol): void; export declare function getMetadata<T = any>(key: string, target: any, propertyKey?: string | symbol): T | undefined;