Skip to main content
Module

x/fae/lens.ts>LensSetter

A functional module for Deno inspired from Ramda.
Latest
type alias LensSetter
import { type LensSetter } from "https://deno.land/x/fae@v1.1.1/lens.ts";
definition: (focus: F, target: T) => T