UNPKG

extra-dom

Version:
7 lines (5 loc) 163 B
import { parse } from './parse.js' import { stringify } from './stringify.js' export function normalize(html: string): string { return stringify(parse(html)) }