Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/discordeno/plugins/cache/deps.ts>AnythingBut

Discord API library for Deno
Go to Latest
type alias AnythingBut
import { type AnythingBut } from "https://deno.land/x/discordeno@17.0.1/plugins/cache/deps.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>