import { assertExists } from "https://deno.land/x/deno_nest@v3.6.2/tests/test_deps.ts";
Make an assertion that actual is not null or undefined. If not then throw.
Parameters
actual: T
x/deno_nest/tests/test_deps.ts>assertExists
import { assertExists } from "https://deno.land/x/deno_nest@v3.6.2/tests/test_deps.ts";
Make an assertion that actual is not null or undefined. If not then throw.