Urara-Blog/node_modules/.pnpm-store/v3/files/a0/606cf4390b23485739d42caabff1866015e34b896ee039c518be86cb2fcf24e593089652a3c7779a97993c472ade3475e8324acec855b637557d1a749ec2eb
2022-08-14 01:14:53 +08:00

8 lines
251 B
Text

import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export declare type PatternError = ErrorObject<"pattern", {
pattern: string;
}, string | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;