Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/src/utils/collection.ts>Collection.fromObject

An easy to use Discord API Library for Deno.
Latest
method Collection.fromObject
import { Collection } from "https://deno.land/x/harmony@v2.9.1/src/utils/collection.ts";

Create a Collection from an Object

Parameters

object: { [key: string]: V; }