csv.js
1 lines
| 1 | !function(e,n,o,r,t){var i="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},u="function"==typeof i.parcelRequirec571&&i.parcelRequirec571,d=u.cache||{},c="undefined"!=typeof module&&"function"==typeof module.require&&module.require.bind(module);function f(n,o){if(!d[n]){if(!e[n]){var r="function"==typeof i.parcelRequirec571&&i.parcelRequirec571;if(!o&&r)return r(n,!0);if(u)return u(n,!0);if(c&&"string"==typeof n)return c(n);var t=new Error("Cannot find module '"+n+"'");throw t.code="MODULE_NOT_FOUND",t}a.resolve=function(o){var r=e[n][1][o];return null!=r?r:o},a.cache={};var l=d[n]=new f.Module(n);e[n][0].call(l.exports,a,l,l.exports,this)}return d[n].exports;function a(e){var n=a.resolve(e);return!1===n?{}:f(n)}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=d,f.parent=u,f.register=function(n,o){e[n]=[function(e,n){n.exports=o},{}]},Object.defineProperty(f,"root",{get:function(){return i.parcelRequirec571}}),i.parcelRequirec571=f;for(var l=0;l<n.length;l++)f(n[l]);var a=f(o);"object"==typeof exports&&"undefined"!=typeof module?module.exports=a:"function"==typeof define&&define.amd&&define((function(){return a}))}({kNHwj:[function(e,n,o){n.exports={download:function(e,n){var o=new Blob([n],{type:"text/csv"}),r=window.document.createElement("a");r.href=window.URL.createObjectURL(o),r.download=e,document.body.appendChild(r),r.click(),document.body.removeChild(r)}}},{}]},["kNHwj"],"kNHwj"); |