import { assocPath } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
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/index.d.ts";
It makes a shallow clone of obj
with setting or overriding with newValue
the property found with path
.