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