Skip to main content
Module

x/netzo/deps/std/http/status.ts>isSuccessfulStatus

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function isSuccessfulStatus
import { isSuccessfulStatus } from "https://deno.land/x/netzo@0.5.30/deps/std/http/status.ts";

A type guard that determines if the status code is successful.

Parameters

status: number