All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
5 lines
203 B
TypeScript
5 lines
203 B
TypeScript
import type { CodeKeywordDefinition, AnySchemaObject } from "../../types";
|
|
declare const def: CodeKeywordDefinition;
|
|
export declare function hasRef(schema: AnySchemaObject): boolean;
|
|
export default def;
|