function isSuccessfulStatus
isSuccessfulStatus(status: number): status is SuccessfulStatusA type guard that determines if the status code is successful.
Parameters
status: numberReturn Type
status is SuccessfulStatusisSuccessfulStatus(status: number): status is SuccessfulStatusA type guard that determines if the status code is successful.
status: numberstatus is SuccessfulStatus