Skip to main content
Module

x/rambda/files/index.d.ts>update

Faster and smaller alternative to Ramda
Latest
function update
import { update } from "https://deno.land/x/rambda@9.3.0/files/index.d.ts";

Parameters

index: number
newValue: T
list: T[]

Parameters

index: number
newValue: T

Returns

(list: T[]) => T[]