import { isStatusSuccess } from "https://deno.land/x/fathym_common@v0.0.143/src/src.deps.ts";
Check to see if a status is successful (code 0).
Parameters
status: Status
The status to check for success.
x/fathym_common/src/src.deps.ts>isStatusSuccess
import { isStatusSuccess } from "https://deno.land/x/fathym_common@v0.0.143/src/src.deps.ts";
Check to see if a status is successful (code 0).
The status to check for success.