Files
Botexercito/Frontend/angular-internal-chat/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts
T

5 lines
203 B
TypeScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
import type { CodeKeywordDefinition, AnySchemaObject } from "../../types";
declare const def: CodeKeywordDefinition;
export declare function hasRef(schema: AnySchemaObject): boolean;
export default def;