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

    Function assertIsObjectOrNull

    • Asserts the object is an object or null.

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

      Parameters

      • object: unknown

      Returns asserts object is null | object