Skip to main content
Module

x/oak/mod.ts>isHttpError

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function isHttpError
import { isHttpError } from "https://deno.land/x/oak@v11.1.0/mod.ts";

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

Parameters

value: unknown