Function isOk

Returns true if value is a Zen truthy, defined as !_.isBad(value), which includes:

  • z.isTruthy(value)

  • value is not new Boolean(false) or new Number(0) or BigInt(0n) or new String('')

@todo: type guard