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