Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oak_http_proxy/test/deps.ts>Oak.isErrorStatus

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
function Oak.isErrorStatus
import { Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { isErrorStatus } = Oak;

A type guard that determines if the status code is an error.

Parameters

status: number