function isRedirectStatus
isRedirectStatus(status: number): status is RedirectStatusA type guard that determines if the status code is a redirection.
Parameters
status: numberReturn Type
status is RedirectStatusisRedirectStatus(status: number): status is RedirectStatusA type guard that determines if the status code is a redirection.
status: numberstatus is RedirectStatus