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) 131 B
import { JSDOM } from 'jsdom'; import { executeTests } from './tests'; executeTests('jsdom', new JSDOM().window.DOMParser, true);