import { oak } from "https://deno.land/x/hex@0.5.15/src/service/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/hex@0.5.15/src/service/deps.ts";
const { isHttpError } = oak;
A type guard that determines if the value is an HttpError or not.