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