UNPKG

json-machete

Version:
3 lines (2 loc) 152 B
import type { JSONSchema } from './types.cjs'; export declare function compareJSONSchemas(oldSchema: JSONSchema, newSchema: JSONSchema): Promise<void>;