Skip to main content
Go to Latest
import * as denoSlackSdk from "https://deno.land/x/deno_slack_sdk@0.1.0/dev_deps.ts";

Functions

Asserts at compile time that the provided type argument's type resolves to the expected boolean literal type.

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Make an assertion that actual is not null or undefined. If not then throw.

Make an assertion that actual match RegExp expected. If not then throw.

Make an assertion that actual and expected are strictly equal. If not then throw.

Type Aliases

Checks if type T exactly matches type U.