@adobe/jsonschema2md
Version:
Validate and document complex JSON Schemas the easy way.
6 lines (5 loc) • 353 B
TypeScript
/**
* Generate the README.md
* @param {object} opts
*/
export default function build({ readme }: object): (schemas: any) => import("mdast-builder/node_modules/@types/unist").Parent<import("mdast-builder/node_modules/@types/unist").Node<import("mdast-builder/node_modules/@types/unist").Data>, import("mdast-builder/node_modules/@types/unist").Data>;