node-ejs-renderer/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts

5 lines
203 B
TypeScript
Raw Normal View History

2024-06-09 13:55:01 -04:00
import type { CodeKeywordDefinition, AnySchemaObject } from "../../types";
declare const def: CodeKeywordDefinition;
export declare function hasRef(schema: AnySchemaObject): boolean;
export default def;