import * as oakCommons from "https://deno.land/x/oak_commons@0.13.0/assert.ts"; FunctionsfassertA standard assert function, but if the condition is not met, it will throw an HttpError. The error status and text can be changed, but defaults to 400 Bad Request.