2 functions that check if passed argument is or is not an object. Null is not considered an object.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides two small utility functions, `isObject` and `notObject`, for checking if a JavaScript value is an array or object (excluding `null`). It's designed for JavaScript/TypeScript developers who need simple, explicit type checks, particularly when differentiating `null` from other object-like values.