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