oneRequired.d.ts 182 B

1234
  1. import type { MacroKeywordDefinition } from "ajv";
  2. import type { GetDefinition } from "./_types";
  3. declare const getDef: GetDefinition<MacroKeywordDefinition>;
  4. export default getDef;