Skip to main content
Module

x/discordeno/testss/deps.ts>assertNotMatch

Discord API library for Deno
Extremely Popular
Go to Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/discordeno@13.0.0-rc45/testss/deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string