import { assocPath } from "https://dotland.deno.dev/x/rambda@v9.2.0/rambda.js";
It makes a shallow clone of obj
with setting or overriding with newValue
the property found with path
.
import { assocPath } from "https://dotland.deno.dev/x/rambda@v9.2.0/rambda.js";
It makes a shallow clone of obj
with setting or overriding with newValue
the property found with path
.