Skip to main content
Module

x/ramda/source/index.js>applySpec

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

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.