function assertimport { assert } from "https://deno.land/x/fresh_seo@0.1.3/src/deps.ts"; assert(expr: unknown, msg?): asserts exprMake an assertion, error will be thrown if expr does not have truthy value. Parametersexpr: unknownoptionalmsg = [UNSUPPORTED]Returnsasserts expr