1
2
3
4
5
import { parseXML } from "https://esm.town/v/stevekrouse/parseXML";
export const htmlParseEx = parseXML(
"<html><h1>hi!</h1></html>",
);
1
Next