import { isRedirectStatus } from "https://deno.land/x/oak_commons@0.13.0/status.ts";
A type guard that determines if the status code is a redirection.
Returns
status is RedirectStatus
x/oak_commons/status.ts>isRedirectStatus
import { isRedirectStatus } from "https://deno.land/x/oak_commons@0.13.0/status.ts";
A type guard that determines if the status code is a redirection.