UNPKG
get-selected
Version:
latest (1.0.0)
1.0.0
Get selected text from any window
github.com/Lunuy/get-selected
Lunuy/get-selected
get-selected
/
lib
/
index.d.ts
8 lines
(6 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
function
getSelected
(
) :
Promise
<
string
>;
declare
function
getSelectedSync
(
) :
string
;
export
{ getSelected, getSelectedSync };