.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / dynamic / dynamicRef.d.ts
1 import type { CodeKeywordDefinition } from "../../types";
2 import type { KeywordCxt } from "../../compile/validate";
3 declare const def: CodeKeywordDefinition;
4 export declare function dynamicRef(cxt: KeywordCxt, ref: string): void;
5 export default def;