UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

7 lines (6 loc) 216 B
/** * Generate the README.md * @param {object} opts * @returns {function(Array): import('unist').Parent|null} */ export default function build({ readme }: object): (arg0: any[]) => import("unist").Parent | null;