mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-22 14:19:11 +00:00
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;
|