UNPKG

rambdax

Version:

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

6 lines (5 loc) 95 B
export function unapply(fn){ return function (...args){ return fn.call(this, args) } }