UNPKG

json-machete

Version:
6 lines (5 loc) 213 B
import type { JSONSchemaObject } from './types.cjs'; export declare function referenceJSONSchema(schema: JSONSchemaObject, debugLogFn?: (message?: any) => void): Promise<{ $ref: any; definitions: any; }>;