@a11d/metadata
Version:
A set of behavior-less metadata decorators.
9 lines • 350 B
TypeScript
export declare const label: {
(value: unknown): (target: any, propertyKey?: string) => void;
get(constructor: Constructor<any>, propertyKey?: string): any;
getByKeyPath<T>(constructor: Constructor<T>, keyPath: KeyPath.Of<T>): any;
};
declare global {
var label: typeof import('./label.js').label;
}
//# sourceMappingURL=label.d.ts.map