Function isObject

  • Checks if the provided value is an object.

    Parameters

    • value: any

      The value to check.

    Returns value is Record<string, any>

    True if the value is an object, otherwise false.