import { asserts } from "https://deno.land/x/hex@0.5.15/src/formatters/tests/deps.ts";
const { assertExists } = asserts;
Make an assertion that actual is not null or undefined. If not then throw.
Parameters
actual: T
x/hex/src/formatters/tests/deps.ts>asserts.assertExists
import { asserts } from "https://deno.land/x/hex@0.5.15/src/formatters/tests/deps.ts";
const { assertExists } = asserts;
Make an assertion that actual is not null or undefined. If not then throw.