UNPKG

xml2js-xpath

Version:

Search xml2js JSON documents with XPath query strings.

10 lines (8 loc) 281 B
declare module 'xml2js-xpath'{ export = xpath; module xpath{ function evalFirst(json: any, path: string, fetch?: boolean | string): any | string; function find(json: any, path: string): any[]; function jsonText(json: string | any): string; } }