import { isErrorStatus } from "https://deno.land/std@0.194.0/http/mod.ts";
A type guard that determines if the status code is an error.
Parameters
status: Status
Returns
status is ErrorStatus
import { isErrorStatus } from "https://deno.land/std@0.194.0/http/mod.ts";
A type guard that determines if the status code is an error.