mirror of https://github.com/jkjoy/sunpeiwen.git
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;
|