output-sdk
    Preparing search index...

    Function isPlainObject

    • Returns true if the value is a plain object:

      • {}
      • new Object()
      • Object.create(null)

      Parameters

      • object: unknown

        The value to check.

      Returns boolean

      Whether the value is a plain object.