import { prettyPrint } from 'html';
prettyPrint('
'); // $ExpectType string
prettyPrint('', {}); // $ExpectType string
prettyPrint('', {
brace_style: 'collapse',
indent_scripts: 'keep',
indent_size: 2,
indent_char: ' ',
max_char: 5,
unformatted: [],
});