Module

x/cliffy/packages/flags/test/lib/assert.ts>assertStrictEq

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
function assertStrictEq
import { assertStrictEq } from "https://dotland.deno.dev/x/cliffy@v0.6.0/packages/flags/test/lib/assert.ts";

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

Parameters

actual: unknown
expected: unknown
optional
msg: string