UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

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