3 lines
97 B
TypeScript
Executable file
3 lines
97 B
TypeScript
Executable file
import type { Plugin } from "ajv";
|
|
declare const range: Plugin<undefined>;
|
|
export default range;
|