UNPKG

rambda

Version:

Lightweight faster alternative to Ramda

6 lines (4 loc) 109 B
export function multiply(x, y){ if (arguments.length === 1) return _y => multiply(x, _y) return x * y }