Skip to main content
Module

x/ramda/source/index.js>partialObject

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

Takes a function f and an object, and returns a function g. When applied, g returns the result of applying f to the object provided initially merged deeply (right) with the object provided as an argument to g.