Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function isStatusSuccess
import { isStatusSuccess } from "https://deno.land/x/fathym_atomic_chat@v0.0.41/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.