Skip to content

Commit

Permalink
release v5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Apr 27, 2024
1 parent ca77073 commit 7638750
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3567,11 +3567,11 @@ Set array, object property values based on path string

- Arguments:

| Parameters | Description | Type | Optional | Required | Default |
| ---------- | ------------------------------------------------ | ------------------- | -------- | -------- | ------- |
| target | target array, object | `array`/`object` | - | `true` | - |
| Parameters | Description | Type | Optional | Required | Default |
| ---------- | ----------------------------------------------- | ------------------- | -------- | -------- | ------- |
| target | target array, object | `array`/`object` | - | `true` | - |
| prop | set target, support function, 'a' \| 'a\[1\].c' | `string`/`function` | - | `true` | - |
| value | value | `any` | - | `true` | - |
| value | value | `any` | - | `true` | - |

- Returns: `any`

Expand Down

0 comments on commit 7638750

Please sign in to comment.