function isSuccessfulStatusimport { isSuccessfulStatus } from "https://deno.land/std@0.152.0/http/http_status.ts"; isSuccessfulStatus(status: Status): status is SuccessfulStatusA type guard that determines if the status code is successful. Parametersstatus: StatusReturnsstatus is SuccessfulStatus