UNPKG

typed-openapi

Version:
6 lines (3 loc) 152 B
import { Options } from 'prettier'; declare const prettify: (str: string, options?: Options | null) => string | Promise<string>; export { prettify };