UNPKG

@decaf-ts/decorator-validation

Version:
4 lines (3 loc) 165 B
import type { Model } from "./Model"; export declare function getModelKey(str: string): string; export declare function getMetadata<M extends Model>(model: M): any;