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