Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discord_api_types/utils/internals.ts

Up to date Discord API Typings, versioned by the API version
Go to Latest
import * as discordApiTypes from "https://deno.land/x/discord_api_types@0.37.32/utils/internals.ts";

Type Aliases

Allows support for TS 4.5's exactOptionalPropertyTypes option by ensuring a property present and undefined is valid (since JSON.stringify ignores undefined properties)

Allows omitting of keys from unions that are disjoint

Allows picking of keys from unions that are disjoint