UNPKG

math-package-omkar

Version:

math library

3 lines 49 B
export function mul(n1,n2){ return n1*n2; }