Skip to main content
Module

x/oak_commons/status.ts>isInformationalStatus

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Go to Latest
function isInformationalStatus
import { isInformationalStatus } from "https://deno.land/x/oak_commons@0.6.0/status.ts";

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

Parameters

status: number