UNPKG

@types/beautify

Version:
8 lines (5 loc) 165 B
export = beautify; declare function beautify(content: string, options: Options): string; interface Options { format: "css" | "json" | "js" | "html" | "xml"; }