Skip to main content
Module

x/fathym_common/mod.ts>isStatusSuccess

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