import { assertExists } from "https://deno.land/x/netzo@0.3.91/deps/std/assert/mod.ts";
Make an assertion that actual is not null or undefined. If not then throw.
Parameters
actual: T
x/netzo/deps/std/assert/mod.ts>assertExists
import { assertExists } from "https://deno.land/x/netzo@0.3.91/deps/std/assert/mod.ts";
Make an assertion that actual is not null or undefined. If not then throw.