Skip to main content
Module

x/harmony/src/utils/dict.ts

An easy to use Discord API Library for Deno.
Go to Latest
File
export interface Dict<T> { [name: string]: T}