mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 06:59:31 +08:00
5 lines
262 B
Text
5 lines
262 B
Text
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;
|