UNPKG

294 BTypeScriptView Raw
1import SimpleTypes = JsonSchemaOrg.Draft04.Schema.Definitions.SimpleTypes;
2export declare function toTSType(type: string, debugSource?: any): string | undefined;
3export declare function reduceTypes(types: SimpleTypes[]): SimpleTypes[];
4export declare function mergeSchema(a: any, b: any): any;