Module

x/oak/deps.ts>isErrorStatus

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function isErrorStatus
import { isErrorStatus } from "https://dotland.deno.dev/x/oak@v13.2.1/deps.ts";

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

Parameters

status: number