import { assertMatch } from "https://deno.land/x/lume@v1.18.2/deps/assert.ts";
Make an assertion that actual
match RegExp expected
. If not
then throw.
import { assertMatch } from "https://deno.land/x/lume@v1.18.2/deps/assert.ts";
Make an assertion that actual
match RegExp expected
. If not
then throw.