Skip to main content
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.21/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