import { assoc } from "https://deno.land/x/rambda@9.2.1/mod.ts";
It makes a shallow clone of obj
with setting or overriding the property prop
with newValue
.
import { assoc } from "https://deno.land/x/rambda@9.2.1/mod.ts";
It makes a shallow clone of obj
with setting or overriding the property prop
with newValue
.