appium-adb
Version:
Android Debug Bridge interface
11 lines • 437 B
TypeScript
export declare const getResourcePath: ((relPath: string) => Promise<string>) & {
cache: Map<unknown, Promise<string>>;
};
/**
* Unzips an archive into the target destination directory.
*
* @param zipPath - Source zip file path
* @param dstRoot - Destination directory. Defaults to zip parent directory
*/
export declare function unzipFile(zipPath: string, dstRoot?: string): Promise<void>;
//# sourceMappingURL=resource.d.ts.map