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