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