Appearance
function copyText(text): Promise<boolean>;
Copies a plain-text string to the clipboard.
text
string
Promise<boolean>
Promise
boolean
true when the copy succeeded.
true
console.log(await copyText('Hello World'))
1.0.0