UNPKG

xpath-ts2

Version:

DOM 3 and 4 XPath 1.0 implementation for browser and Node.js environment with support for typescript 5.

5 lines (3 loc) 130 B
import { DOMParserImpl } from 'xmldom-ts'; import { executeTests } from './tests'; executeTests('xmldom', DOMParserImpl, false);