Skip to main content
Module

x/rambda/source/unapply.js

Faster and smaller alternative to Ramda
Latest
File
export function unapply(fn){ return function (...args){ return fn.call(this, args) }}