@hexafuchs/what.js
    Preparing search index...

    Function isObject

    • Returns whether the object is considered an object.

      Even though null is counted as an object by Javascript, this function returns false for null values.

      If you want to check for Date, Error, Array, Map, Set, Regexp or Promise, there are special methods for this.

      Parameters

      • object: unknown

      Returns object is object