epiphany/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts
2023-12-09 22:48:07 -08:00

4 lines
203 B
TypeScript

import type { CodeKeywordDefinition, AnySchemaObject } from "../../types";
declare const def: CodeKeywordDefinition;
export declare function hasRef(schema: AnySchemaObject): boolean;
export default def;