import { isSuccessfulStatus } from "https://deno.land/x/fathym_common@v0.0.141/src/src.deps.ts";
A type guard that determines if the status code is successful.
Returns
status is SuccessfulStatus
x/fathym_common/src/src.deps.ts>isSuccessfulStatus
import { isSuccessfulStatus } from "https://deno.land/x/fathym_common@v0.0.141/src/src.deps.ts";
A type guard that determines if the status code is successful.