UNPKG

ut-tools

Version:

Build and Release management automation package.

5 lines (4 loc) 203 B
import type { CodeKeywordDefinition, AnySchemaObject } from "../../types"; declare const def: CodeKeywordDefinition; export declare function hasRef(schema: AnySchemaObject): boolean; export default def;