UNPKG

@apideck/better-ajv-errors

Version:
6 lines (5 loc) 267 B
import { DefinedError } from 'ajv'; export declare const AJV_ERROR_KEYWORD_WEIGHT_MAP: Partial<Record<DefinedError['keyword'], number>>; export declare const QUOTES_REGEX: RegExp; export declare const NOT_REGEX: RegExp; export declare const SLASH_REGEX: RegExp;