hexo/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts

5 lines
203 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
import type { CodeKeywordDefinition, AnySchemaObject } from "../../types";
declare const def: CodeKeywordDefinition;
export declare function hasRef(schema: AnySchemaObject): boolean;
export default def;