Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function isStatusSuccess
import { isStatusSuccess } from "https://deno.land/x/fathym_everything_as_code@v0.0.351/src/src.deps.ts";

Check to see if a status is successful (code 0).

Parameters

status: Status

The status to check for success.

Returns

boolean

If the status is successful.