Function isPlainObject

  • Check if the value is plain object.

    Returns

    True if an object is the plain JavaScript object, false if the object is not plain (e.g. function).

    Parameters

    • value: unknown

      Value to be checked.

    Returns value is PlainObject