Home Manual Reference Source

src/arithmetic/mul.js

export const mul = (a, b) => a * b;