import { isSuccessfulStatus } from "https://deno.land/x/netzo@0.4.72/deps/std/http/status.ts";
A type guard that determines if the status code is successful.
Returns
status is SuccessfulStatus
x/netzo/deps/std/http/status.ts>isSuccessfulStatus
import { isSuccessfulStatus } from "https://deno.land/x/netzo@0.4.72/deps/std/http/status.ts";
A type guard that determines if the status code is successful.