import { assertNotMatch } from "https://deno.land/x/frugal@0.3.0/dep/std/asserts.ts";
Make an assertion that actual
not match RegExp expected
. If match
then throw.
import { assertNotMatch } from "https://deno.land/x/frugal@0.3.0/dep/std/asserts.ts";
Make an assertion that actual
not match RegExp expected
. If match
then throw.