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.
Go to Latest
method Collection.fromObject
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; }