Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function assertStrictEq
import { assertStrictEq } from "https://deno.land/std@v0.56.0/testing/asserts.ts";

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

Parameters

actual: unknown
expected: unknown
optional
msg: string