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