import { asserts } from "https://deno.land/x/dtils@2.2.0/deps.ts";
const { assertMatch } = asserts;
Make an assertion that actual
match RegExp expected
. If not
then throw.
import { asserts } from "https://deno.land/x/dtils@2.2.0/deps.ts";
const { assertMatch } = asserts;
Make an assertion that actual
match RegExp expected
. If not
then throw.