Skip to main content
Module

x/fae/lens.ts>GetTransformer

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