import { Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { isHttpError } = Oak;
A type guard that determines if the value is an HttpError or not.
import { Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { isHttpError } = Oak;
A type guard that determines if the value is an HttpError or not.