import { type IsAny } from "https://deno.land/x/deno_slack_sdk@2.1.5/dev_deps.ts";
Checks if type T
is the any
type.
definition: 0 extends (1 & T) ? true : false
import { type IsAny } from "https://deno.land/x/deno_slack_sdk@2.1.5/dev_deps.ts";
Checks if type T
is the any
type.