Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/clippy/deps.ts>assertNotMatch

cross-platform Deno module for writing and reading clipboard.
Go to Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/clippy@v0.2.2/deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string