UNPKG

@dderevjanik/termux-api

Version:

This library allows you to interact with your Android device from Node.js using termux-api

5 lines (4 loc) 99 B
/** * Toggle Wi-Fi On/Off */ export declare function wifiEnable(enable: boolean): Promise<void>;