Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_common/src/common/Status.ts>isStatusSuccess

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
function isStatusSuccess
import { isStatusSuccess } from "https://deno.land/x/fathym_common@v0.2.160/src/common/Status.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.