projecte_ionic/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts
2022-02-09 18:30:03 +01:00

5 lines
250 B
TypeScript
Executable file

import type { CodeKeywordDefinition } from "../../types";
import type { KeywordCxt } from "../../compile/validate";
declare const def: CodeKeywordDefinition;
export declare function dynamicRef(cxt: KeywordCxt, ref: string): void;
export default def;