UNPKG

@prostojs/mate

Version:

MATE is TS Metadata Organizer

8 lines 491 B
import { TFunction, TObject } from './types'; export declare const Reflect: { getOwnMetadata(key: string | symbol, target: TObject | TFunction, prop?: string | symbol): unknown; defineMetadata(key: string | symbol, data: unknown, target: TObject | TFunction, prop?: string | symbol): void; metadata(key: string | symbol, data: unknown): ClassDecorator & MethodDecorator & ParameterDecorator; _cleanup: (() => void) | undefined; }; //# sourceMappingURL=reflect.d.ts.map