xpath.d.ts 71 B

123
  1. declare function xpath(xpath: string): HTMLElement[];
  2. export = xpath;