Skip to main content
Module

x/wackford/discordeno.ts>ArrayWithNoPrototype

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
type alias ArrayWithNoPrototype
import { type ArrayWithNoPrototype } from "https://deno.land/x/wackford@v0.0.1/discordeno.ts";

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

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