import { isHttpError } from "https://deno.land/x/oak_commons@0.4.0/http_errors.ts";
A type guard that determines if the value is an HttpError or not.
x/oak_commons/http_errors.ts>isHttpError
import { isHttpError } from "https://deno.land/x/oak_commons@0.4.0/http_errors.ts";
A type guard that determines if the value is an HttpError or not.