Skip to main content
Module

x/discordeno/mod.ts>AnythingBut

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

Allows any type but T it is recursive

Examples

export type RequestData = Record<string, AnythingBut>;

definition: Exclude<Primitive | [K in PropertyKey]: AnythingBut<T> | ArrayWithNoPrototype<Primitive | [K in PropertyKey]: AnythingBut<T>>, T>