import { asserts } from "https://deno.land/x/dtils@2.0.0/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/dtils@2.0.0/deps.ts";
const { assertExists } = asserts;
Make an assertion that actual is not null or undefined. If not then throw.