module.exports = function (txt) { navigator.clipboard.writeText(txt); };