Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alloy_folk/deps.ts>assertMatch

An application installer for restriced macOS
Latest
function assertMatch
import { assertMatch } from "https://deno.land/x/alloy_folk@v1.1.2/deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string