Skip to main content
Module

x/fastro/server/deps.ts>assertNotMatch

Fast and simple web application framework for deno
Go to Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/fastro@v0.70.1/server/deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string