Skip to main content
Module

x/ramda/source/index.js>apply

:ram: Practical functional Javascript
Latest
variable apply
import { apply } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

Applies function fn to the argument list args. This is useful for creating a fixed-arity function from a variadic function. fn should be a bound function if context is significant.