Skip to main content
Module

x/rambda/source/unapply.js

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