Skip to main content
Module

x/ramda/mod.ts>apply

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

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.