Primitive
object.entries
BETAShort name: entries
Version: 1.0.0
Return top-level own entries of a plain object.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| object | object | true | Object whose entries should be returned. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| entries | array | false | Array of key/value entry objects. |