Skip to main content
Module

x/rambda/source/call.js

Faster and smaller alternative to Ramda
Go to Latest
File
export const call = (fn, ...inputs) => fn(...inputs)