import { assertStrictEquals } from "https://dotland.deno.dev/x/cliffy@v0.19.0/dev_deps.ts";
Make an assertion that actual
and expected
are strictly equal. If
not then throw.
assertStrictEquals(1, 2)
x/cliffy/dev_deps.ts>assertStrictEquals
import { assertStrictEquals } from "https://dotland.deno.dev/x/cliffy@v0.19.0/dev_deps.ts";
Make an assertion that actual
and expected
are strictly equal. If
not then throw.
assertStrictEquals(1, 2)