Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.4/discordeno.ts";

object identity type

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