blob: 3cef0266fc9e072ccb2a4ee200e5767aff179d86 [file] [log] [blame]
import SimpleTypes = JsonSchemaOrg.Draft04.Schema.Definitions.SimpleTypes;
export declare function toTSType(type: string, debugSource?: any): string | undefined;
export declare function reduceTypes(types: SimpleTypes[]): SimpleTypes[];
export declare function mergeSchema(a: any, b: any): any;