function assocPathimport { assocPath } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts"; assocPath<Output>(path: Path,newValue: any,obj: object,): OutputassocPath<Output>(path: Path, newValue: any): (obj: object) => OutputassocPath<Output>(path: Path): (newValue: any) => (obj: object) => OutputType ParametersOutputParameterspath: PathnewValue: anyobj: objectReturnsOutputType ParametersOutputParameterspath: PathnewValue: anyReturns(obj: object) => OutputType ParametersOutputParameterspath: PathReturns(newValue: any) => (obj: object) => Output