import { isErrorStatus } from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.0/http/http_status.ts";
A type guard that determines if the status code is an error.
Parameters
status: Status
Returns
status is ErrorStatus
x/denogres/vendor/deno.land/std@0.173.0/http/http_status.ts>isErrorStatus
import { isErrorStatus } from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.0/http/http_status.ts";
A type guard that determines if the status code is an error.