Files
est-frame/node_modules/ajv-keywords/dist/definitions/range.d.ts
2025-10-22 05:38:27 +00:00

5 lines
182 B
TypeScript
Executable File

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