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) 106 B
/** * Toggle LED Torch on device */ export declare function torch(status: "on" | "off"): Promise<void>;