function failimport { fail } from "https://dotland.deno.dev/std@0.223.0/assert/mod.ts"; fail(msg?: string): neverForcefully throws a failed assertion. ExamplesExample 1 import { fail } from "https://deno.land/std@0.223.0/assert/fail.ts"; fail("Deliberately failed!"); // Throws Parametersoptionalmsg: stringReturnsnever