Returns true if arg is array or object.
Returns false if arg is null.
Returns true if arg is anything other than array or object.
Returns true if arg is null.
npm i @writetome51/is-object-not-object
import { isObject, notObject } from '@writetome51/is-object-not-object';