zhouwenxuan
2024-01-04 a10c7076f59177b04861b3a27eb618ef9a9c4d06
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};