UNPKG

296 BTypeScriptView Raw
1import type { FuncKeywordDefinition } from "ajv";
2declare type Constructor = new (...args: any[]) => any;
3declare const CONSTRUCTORS: Record<string, Constructor | undefined>;
4declare const getDef: (() => FuncKeywordDefinition) & {
5 CONSTRUCTORS: typeof CONSTRUCTORS;
6};
7export default getDef;
8
\No newline at end of file