.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / jtd / metadata.d.ts
1 import { KeywordCxt } from "../../ajv";
2 import type { CodeKeywordDefinition } from "../../types";
3 declare const def: CodeKeywordDefinition;
4 export declare function checkMetadata({ it, keyword }: KeywordCxt, metadata?: boolean): void;
5 export default def;