UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

9 lines (8 loc) 300 B
export default function build({ header, links, includeProperties, rewritelinks, exampleFormat, skipProperties, }?: { header: any; links?: {}; includeProperties?: any[]; rewritelinks?: (x: any) => any; exampleFormat?: string; skipProperties?: any[]; }): (schemas: any) => any;