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