UNPKG

allof-merge

Version:

Simplify JsonSchema/Openapi by combining allOf safely

4 lines (3 loc) 212 B
import type { JsonSchema, MergeResolver } from "../types"; export declare const getAllOfItemsMap: (allOfItems: JsonSchema[]) => Record<string, any[]>; export declare const jsonSchemaMergeResolver: MergeResolver;