function assertFalseRe-exportimport { assertFalse } from "https://deno.land/x/lume@v1.19.0/deps/assert.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