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) 98 B
/** * Get the system clipboard text */ export declare function clipboardGet(): Promise<string>;