@alanscodelog/utils
    Preparing search index...

    Function isObject

    • Returns true if value is an object (and not null or an array). Note that this will return true for class instances (use isPlainObject to check for only plain objects).

      Type Parameters

      • T extends Record<string, any>

      Parameters

      • value: any

      Returns value is T