Skip to main content
Module

x/oak_commons/status.ts>isStatus

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

A type guard that determines if the value is a valid StatusCode.

Parameters

status: number