range.d.ts 97 B

123
  1. import type { Plugin } from "ajv";
  2. declare const range: Plugin<undefined>;
  3. export default range;