Skip to main content
Module

x/wackford/discordeno.ts>Id

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

object identity type

definition: T extends infer U ? [K in keyof U]: U[K] : never