UNPKG

184 BTypeScriptView Raw
1import type { MacroKeywordDefinition } from "ajv";
2import type { DefinitionOptions } from "./_types";
3export default function getDef(opts?: DefinitionOptions): MacroKeywordDefinition;