function mergeRightimport { mergeRight } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts"; mergeRight<A, B>(target: A, newProps: B): A & BmergeRight<Output>(target: any): (newProps: any) => OutputType ParametersABParameterstarget: AnewProps: BReturnsA & BType ParametersOutputParameterstarget: anyReturns(newProps: any) => Output