UNPKG

extra-dom

Version:
7 lines (5 loc) 142 B
import { JSDOM } from 'jsdom' export function createDOMParser(): DOMParser { const dom = new JSDOM() return new dom.window.DOMParser() }