Skip to main content
Module

x/harmony/mod.ts>Collection.fromObject

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

Create a Collection from an Object

Parameters

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