Skip to main content
Module

x/fae/adjust.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/adjust.ts";

Variables

Applies a given function fn at given index of list, returning a new copy of list with element at index replaced with return value of fn.