Module

x/discordeno/tests/deps.ts>assertNotMatch

Discord API library for Deno
Latest
function assertNotMatch
import { assertNotMatch } from "https://dotland.deno.dev/x/discordeno@18.0.1/tests/deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string