@accounter/client
Version:
Accounter client application
1 lines • 206 B
JavaScript
function e(e){let t=URL.createObjectURL(e),n=document.createElement(`a`);n.href=t,n.download=e.name,document.body.appendChild(n),n.click(),document.body.removeChild(n),URL.revokeObjectURL(t)}export{e as t};