UNPKG

appium-remote-debugger

Version:
17 lines 509 B
export default getAtom; /** * * @param {string} atomName * @returns {Promise<Buffer>} */ export function getAtom(atomName: string): Promise<Buffer>; /** * * @param {string} atom * @param {any[]} [args] * @param {string[]} [frames] * @param {string?} [asyncCallBack] * @returns {Promise<string>} */ export function getScriptForAtom(atom: string, args?: any[] | undefined, frames?: string[] | undefined, asyncCallBack?: string | null | undefined): Promise<string>; //# sourceMappingURL=atoms.d.ts.map