Skip to main content
Module

x/abc/dev_deps.ts>assertNotEquals

A better Deno framework to create web application.
Go to Latest
function assertNotEquals
import { assertNotEquals } from "https://deno.land/x/abc@v1.0.0-rc5/dev_deps.ts";

Make an assertion that actual and expected are not equal, deeply. If not then throw.

Parameters

actual: unknown
expected: unknown
optional
msg: string