Documentation
    Preparing search index...

    Variable isAnyObjectConst

    isAnyObject: AssertionFunction<object> = ...

    Returns whether the provided value is a JavaScript Object (i.e. anything but a primitive).

    You will typically want to use more specific functions such as isPlainObject instead