zhouwenxuan
2023-08-30 15669173497dce16b5d0f17bf4bef36c0d87115c
1
const l=(i,e)=>i in e;function o(...i){let e=1,t=1;for(let n of i)n===null?t=t*1:n.toString().indexOf(".")===-1?t=t*Number(n):(t=t*Number(n.toString().split(".")[0]+n.toString().split(".")[1]),e=e*Math.pow(10,n.toString().split(".")[1].length));return t/e}export{l as i,o as n};