function assertimport { assert } from "https://deno.land/x/pptr@1.2.0/src/assert.ts"; assert(value: unknown, message?: string): asserts valueAsserts that the given value is truthy. Parametersvalue: unknownoptionalmessage: string the error message to throw if the value is not truthy. Returnsasserts value