UNPKG

html-format

Version:
6 lines (5 loc) 160 B
export = format; declare function format(html: string, indent?: string, width?: number): string; declare namespace format { export { format as default }; }