function mergeLeftimport { mergeLeft } from "https://deno.land/x/rambda@9.2.1/mod.ts"; mergeLeft<Output>(newProps: object, target: object): OutputSame as R.merge, but in opposite direction. mergeLeft<Output>(newProps: object): (target: object) => OutputSame as R.merge, but in opposite direction. Type ParametersOutputParametersnewProps: objecttarget: objectReturnsOutputType ParametersOutputParametersnewProps: objectReturns(target: object) => Output