Skip to main content
Module

x/fae/assoc.ts

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

Variables

Makes a shallow clone of obj, setting or overriding the specified property prop with the given val. All non-primitive properties are copied by reference.