``` const mi=(x,y)=>{ return Math.pow(x,y) } module.exports={ mimi:mi } ```
npm install mimimi
# 我知道了 `` const mi=(x,y)=>{ return Math.pow(x,y) } module.exports={ mimi:mi } ``
const mi=(x,y)=>{ return Math.pow(x,y) } module.exports={ mimi:mi }