import { Collection } from "https://deno.land/x/harmony@v2.6.0/src/utils/collection.ts";
Create a Collection from an Object
Parameters
object: { [key: string]: V; }
Returns
Collection<string, V>
x/harmony/src/utils/collection.ts>Collection.fromObject
import { Collection } from "https://deno.land/x/harmony@v2.6.0/src/utils/collection.ts";
Create a Collection from an Object