import { Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { isRedirectStatus } = Oak;
A type guard that determines if the status code is a redirection.
Returns
status is RedirectStatus
x/oak_http_proxy/test/deps.ts>Oak.isRedirectStatus
import { Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { isRedirectStatus } = Oak;
A type guard that determines if the status code is a redirection.