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