Files
fast_response/front/public/ai/assets/copy-ee710165.js
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

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};