mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 15:39:31 +08:00
4 lines
203 B
Text
4 lines
203 B
Text
import type { CodeKeywordDefinition, AnySchemaObject } from "../../types";
|
|
declare const def: CodeKeywordDefinition;
|
|
export declare function hasRef(schema: AnySchemaObject): boolean;
|
|
export default def;
|