UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

7 lines (6 loc) 129 B
export function constructN(foo, bar) { if (arguments.length === 1){ return (_bar) => constructN(foo, _bar); } return }