Function isPlainObject

  • Checks if a value is a plain object.

    Parameters

    • value: any

      The value to check.

    Returns value is AnyObject

    true if the value is a plain object, false otherwise.

Generated using TypeDoc