@a11d/metadata
Version:
A set of behavior-less metadata decorators.
9 lines • 380 B
TypeScript
export declare const description: {
(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 description: typeof import('./description.js').description;
}
//# sourceMappingURL=description.d.ts.map