a simple wrapper for interacting with the clipboard
Methods
-
static get() → {string}
-
get the current contents of the clipboard
Returns:
string -the current contents of the clipboard
-
static put(string)
-
set the clipboard to a new value
Parameters:
Name Type Description string
string the string to place into the clipboard