first commit

This commit is contained in:
Warunee Tamkoo 2023-09-06 14:51:44 +07:00
commit eb2f504652
32490 changed files with 5731109 additions and 0 deletions

1
dist/assets/format-312d1398.js vendored Normal file
View file

@ -0,0 +1 @@
const u=["B","KB","MB","GB","TB","PB"];function a(e){let t=0;for(;parseInt(e,10)>=1024&&t<u.length-1;)e/=1024,++t;return`${e.toFixed(1)}${u[t]}`}function h(e,t,n){return n<=t?t:Math.min(n,Math.max(t,e))}function i(e,t,n){if(n<=t)return t;const o=n-t+1;let r=t+(e-t)%o;return r<t&&(r=o+r),r===0?0:r}export{h as b,a as h,i as n};