.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / validation / pattern.d.ts
1 import type { CodeKeywordDefinition, ErrorObject } from "../../types";
2 export declare type PatternError = ErrorObject<"pattern", {
3     pattern: string;
4 }, string | {
5     $data: string;
6 }>;
7 declare const def: CodeKeywordDefinition;
8 export default def;