Skip to main content
Latest
type alias ArrayWithNoPrototype
import { type ArrayWithNoPrototype } from "https://deno.land/x/discordeno@18.0.1/types/shared.ts";

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

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