import { isServerErrorStatus } from "https://deno.land/x/fathym_common@v0.0.142/src/src.deps.ts";
A type guard that determines if the status code is a server error.
Returns
status is ServerErrorStatus
x/fathym_common/src/src.deps.ts>isServerErrorStatus
import { isServerErrorStatus } from "https://deno.land/x/fathym_common@v0.0.142/src/src.deps.ts";
A type guard that determines if the status code is a server error.