Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
2
node_modules/remeda/dist/withPrecision-BWCostXm.cjs
generated
vendored
Normal file
2
node_modules/remeda/dist/withPrecision-BWCostXm.cjs
generated
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
const e=15,t=10,n=e=>(t,n)=>{if(n===0)return e(t);if(!Number.isInteger(n))throw TypeError(`precision must be an integer: ${n.toString()}`);if(n>15||n<-15)throw RangeError(`precision must be between -15 and 15`);return Number.isNaN(t)||!Number.isFinite(t)?e(t):r(e(r(t,n)),-n)};function r(e,t){let[n,r]=e.toString().split(`e`),i=`${n}e${((r===void 0?0:Number.parseInt(r,10))+t).toString()}`;return Number.parseFloat(i)}Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return n}});
|
||||
//# sourceMappingURL=withPrecision-BWCostXm.cjs.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue