export default function(e){"string"==typeof e&&(e=document.querySelector(e)),window.getSelection().removeAllRanges();var n=e,o=document.createRange();o.selectNode(n),window.getSelection().addRange(o);var t=!1;return document.execCommand("copy")&&(t=!0),window.getSelection().removeAllRanges(),t}