UNPKG

bananalyzer

Version:

A simple tool for windows 10, that downloads APKs from Google playstore, analyzes them, and lists all the Google and Huawei SDKs (kits) that are integrated, along with other metadata

7 lines (6 loc) 262 B
/** * a hack to open a windows file picker (explorer) from the console, using a PowerSheel script * very clever is you ask me haha * @return {Promise} absolute file path (example c://joemama/file.txt) */ export declare const pickFile: () => Promise<string>;