Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/deps.ts>http.isErrorStatus

A server framework for Deno
Go to Latest
function http.isErrorStatus
import { http } from "https://deno.land/x/cav@0.2.3/deps.ts";
const { isErrorStatus } = http;

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