UNPKG

yaml-to-json-schema

Version:

Generate json schema from yaml (swagger, openapi, asyncapi)

3 lines (2 loc) 127 B
import { ParseOptions, JsonSchema } from './types'; export declare function parse(options: ParseOptions): Promise<JsonSchema>;