Skip to main content
Module

x/ramda/source/index.js>over

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

Returns the result of "setting" the portion of the given data structure focused by the given lens to the result of applying the given function to the focused value.