vis-util
    Preparing search index...

    Function isObject

    • Test whether given object is a object (not primitive or null).

      Parameters

      • value: unknown

        Input value of unknown type.

      Returns value is object

      True if not null object, false otherwise.