import { assert } from "https://deno.land/x/deno_slack_sdk@2.14.2/dev_deps.ts";
Asserts at compile time that the provided type argument's type resolves to the expected boolean literal type.
Parameters
expectTrue: T
- True if the passed in type argument resolved to true.