Files
Shifted/node_modules/ajv-keywords/dist/keywords/range.d.ts
2026-02-10 01:14:19 +00:00

4 lines
97 B
TypeScript

import type { Plugin } from "ajv";
declare const range: Plugin<undefined>;
export default range;