function isErrorStatusimport { isErrorStatus } from "https://deno.land/std@0.202.0/http/http_status.ts"; isErrorStatus(status: Status): status is ErrorStatusA type guard that determines if the status code is an error. Parametersstatus: StatusReturnsstatus is ErrorStatus