Skip to main content
Module

x/deno_slack_sdk/dev_deps.ts>IsExact

SDK for building Run on Slack apps using Deno
Latest
type alias IsExact
import { type IsExact } from "https://deno.land/x/deno_slack_sdk@2.11.0/dev_deps.ts";

Checks if type T exactly matches type U.

definition: TupleMatches<AnyToBrand<T>, AnyToBrand<U>> extends true ? TupleMatches<DeepPrepareIsExact<T>, DeepPrepareIsExact<U>> extends true ? true : false : false