UNPKG

nodehotkey

Version:
12 lines (11 loc) 286 B
/** * get text from the clipboard * @returns {string} */ export declare function getClipboardText(): string; /** * set text to clipboard * @param text {string} text to set to clipboard * @returns {void} */ export declare function setClipboardText(text: string): void;