Skip to main content
Module

x/discordeno/mod.ts>ArrayWithNoPrototype

Discord API library for Deno
Latest
type alias ArrayWithNoPrototype
import { type ArrayWithNoPrototype } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Array with no utilty methods, aka Object.create(null)

definition: { [index: number]: T | ArrayWithNoPrototype<T>; }