Primitive
object.omit
BETAShort name: omit
Version: 1.0.0
Return a shallow object excluding requested keys, similar to data.omit.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| keys | array | true | Keys to remove. |
| object | object | true | Source plain object. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | object | false | Shallow object without omitted keys. |