.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / jtd / type.d.ts
1 import type { CodeKeywordDefinition } from "../../types";
2 import { _JTDTypeError } from "./error";
3 export declare type JTDTypeError = _JTDTypeError<"type", JTDType, JTDType>;
4 export declare type IntType = "int8" | "uint8" | "int16" | "uint16" | "int32" | "uint32";
5 export declare const intRange: {
6     [T in IntType]: [number, number, number];
7 };
8 export declare type JTDType = "boolean" | "string" | "timestamp" | "float32" | "float64" | IntType;
9 declare const def: CodeKeywordDefinition;
10 export default def;