import { testing } from "https://deno.land/x/denoexec@v1.1.5/deps.ts";
const { assertExists } = testing;
Make an assertion that actual is not null or undefined. If not then throw.
Parameters
actual: T
import { testing } from "https://deno.land/x/denoexec@v1.1.5/deps.ts";
const { assertExists } = testing;
Make an assertion that actual is not null or undefined. If not then throw.