2 lines
317 B
JavaScript
Executable File
2 lines
317 B
JavaScript
Executable File
function t(o){return new Promise((c,n)=>{try{console.log(o);const e=document.createElement("textarea");e.setAttribute("readonly","readonly"),e.value=o,document.body.appendChild(e),e.select(),document.execCommand("copy")&&document.execCommand("copy"),document.body.removeChild(e),c(o)}catch(e){n(e)}})}export{t as c};
|