7e68b107c65f5e8bd6c824c17f3f5f0e.json 799 Bytes
{"ast":null,"code":"var now = +new Date();\nvar index = 0;\nexport default function uid() {\n  // eslint-disable-next-line no-plusplus\n  return \"rc-upload-\".concat(now, \"-\").concat(++index);\n}","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/rc-upload/es/uid.js"],"names":["now","Date","index","uid","concat"],"mappings":"AAAA,IAAIA,GAAG,GAAG,CAAC,IAAIC,IAAJ,EAAX;AACA,IAAIC,KAAK,GAAG,CAAZ;AACA,eAAe,SAASC,GAAT,GAAe;AAC5B;AACA,SAAO,aAAaC,MAAb,CAAoBJ,GAApB,EAAyB,GAAzB,EAA8BI,MAA9B,CAAqC,EAAEF,KAAvC,CAAP;AACD","sourcesContent":["var now = +new Date();\nvar index = 0;\nexport default function uid() {\n  // eslint-disable-next-line no-plusplus\n  return \"rc-upload-\".concat(now, \"-\").concat(++index);\n}"]},"metadata":{},"sourceType":"module"}