mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-01-12 09:13:50 +01:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import type { Plugin } from "ajv";
|
|
declare const range: Plugin<undefined>;
|
|
export default range;
|