3 lines
76 B
JavaScript
3 lines
76 B
JavaScript
module.exports = function (txt) {
|
|
navigator.clipboard.writeText(txt);
|
|
}; |