UNPKG

openapi-ts-json-schema

Version:

Generate TypeScript-first JSON schemas from OpenAPI definitions

7 lines (6 loc) 155 B
import prettier from 'prettier'; export async function formatTypeScript(text) { return prettier.format(text, { parser: 'typescript', }); }