Home Manual Reference Source

src/num/unary/pow2.js

const pow2 = (obj) => obj * obj;
export default pow2;