function assertimport { assert } from "https://deno.land/x/dex@1.0.2/lib/deps/testing/asserts.ts"; assert(expr: unknown, msg?): asserts exprMake an assertion, if not true, then throw. Parametersexpr: unknownoptionalmsg = [UNSUPPORTED]Returnsasserts expr