马宇豪
2023-08-09 1536c360aad6a5c33dde3c29c7a83cd44c5c5b8a
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};