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.
Latest
function http.isHttpError
import { http } from "https://deno.land/x/fsrouter@3.1.0/deps.ts";
const { isHttpError } = http;

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

Parameters

value: unknown