import { assertions } from "https://deno.land/x/html_parser@v0.1.3/src/deps.ts";
const { assertExists } = assertions;
Make an assertion that actual is not null or undefined. If not then throw.
Parameters
actual: T
import { assertions } from "https://deno.land/x/html_parser@v0.1.3/src/deps.ts";
const { assertExists } = assertions;
Make an assertion that actual is not null or undefined. If not then throw.