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

x/oak/deps.ts>isRedirectStatus

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

A type guard that determines if the status code is a redirection.

Parameters

status: number