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

x/html_parser/src/deps.ts>assertions.assertStrictEquals

Port of fb55/htmlparser2 for Deno
Latest
function assertions.assertStrictEquals
import { assertions } from "https://deno.land/x/html_parser@v0.1.3/src/deps.ts";
const { assertStrictEquals } = assertions;

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

assertStrictEquals(1, 2)

Parameters

actual: unknown
expected: unknown
optional
msg: string

Parameters

actual: T
expected: T
optional
msg: string