Skip to main content
Module

x/deno_slack_runtime/dev_deps.ts>assertMatch

Helper library for running a Run on Slack Deno function
Latest
function assertMatch
import { assertMatch } from "https://deno.land/x/deno_slack_runtime@1.1.1/dev_deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string