import { mergeAll } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It merges all objects of list
array sequentially and returns the result.
import { mergeAll } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It merges all objects of list
array sequentially and returns the result.