Primitive
object.merge
BETAShort name: merge
Version: 1.0.0
Merge an array of plain objects with configurable conflict handling.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| objects | array | true | Array of plain objects to merge. |
| onConflict | string | false | Conflict strategy: first, last, or error. Defaults to last. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | object | false | Merged object result. |