UNPKG

ajv

Version:
8 lines (7 loc) 292 B
import type { CodeKeywordDefinition } from "../../types"; export declare type IntType = "int8" | "uint8" | "int16" | "uint16" | "int32" | "uint32"; export declare const intRange: { [T in IntType]: [number, number, number]; }; declare const def: CodeKeywordDefinition; export default def;