UNPKG

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