mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 11:02:50 +00:00
6 lines
267 B
TypeScript
6 lines
267 B
TypeScript
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;
|