function assertFalseRe-exportimport { assertFalse } from "https://deno.land/std@0.208.0/assert/mod.ts"; assertFalse(expr: unknown, msg?): asserts expr is FalsyMake an assertion, error will be thrown if expr have truthy value. Parametersexpr: unknownoptionalmsg = [UNSUPPORTED]Returnsasserts expr is Falsy