Skip to main content
Module

x/mtkruto/0_deps.ts>assertNotMatch

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/mtkruto@0.0.997/0_deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string