import { type CanBeUndefined } from "https://deno.land/x/deno_slack_sdk@2.7.0/test_utils.ts";
Checks whether the provided type parameter allows to be undefined. Useful for checking optionality.
import { type CanBeUndefined } from "https://deno.land/x/deno_slack_sdk@2.7.0/test_utils.ts";
Checks whether the provided type parameter allows to be undefined. Useful for checking optionality.