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