function assertimport { assert } from "https://dotland.deno.dev/std@0.119.0/_util/assert.ts"; assert(expr: unknown, msg?): asserts exprMake an assertion, if not true, then throw. Make an assertion, if not true, then throw. Parametersexpr: unknownoptionalmsg = [UNSUPPORTED]Returnsasserts expr