import { prettyPrint } from 'html'; prettyPrint('

Hello, World!

'); // $ExpectType string prettyPrint('

Hello, World!

', {}); // $ExpectType string prettyPrint('

Hello, World!

', { brace_style: 'collapse', indent_scripts: 'keep', indent_size: 2, indent_char: ' ', max_char: 5, unformatted: [], });