UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

8 lines (7 loc) 215 B
export interface iJPath { search(searchIn: any, path: string): Promise<any>; } export declare class jPath implements iJPath { search(searchIn: any, path: string): Promise<any>; private _getSelectPath; }