function assertFalseRe-exportimport { assertFalse } from "https://deno.land/x/deno_nest@v3.6.1/tests/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