Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/mod.ts>AnythingBut

Discord API library for Node and Deno
Latest
type alias AnythingBut
import { type AnythingBut } from "https://deno.land/x/discordeno_patched@18.0.3/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>