Skip to main content
Module

x/ramda/mod.ts>applySpec

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

Given a spec object recursively mapping properties to functions, creates a function producing an object of the same structure, by mapping each property to the result of calling its associated function with the supplied arguments.