Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/deps.ts>http.isHttpError

A file system based router for Deno.
Go to Latest
function http.isHttpError
import { http } from "https://deno.land/x/fsrouter@2.11.1/deps.ts";
const { isHttpError } = http;

A type guard that determines if the value is an HttpError or not.

Parameters

value: unknown