Skip to content

Commit

Permalink
sorter & sortPinyin
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Oct 31, 2023
1 parent 788beb1 commit 2bee3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2618,8 +2618,8 @@ Sort Chinese by Chinese phonetic alphabet

| Parameters | Description | Type | Optional | Required | Default |
| ---------- | -------------------------------------- | ---------------------- | -------- | -------- | ------- |
| a | The first element for comparison. | `any` | - | `true` | - |
| b | The second element for comparison. | `any` | - | `true` | - |
| a | The first element for comparison. | `any` | - | `true` | - |
| b | The second element for comparison. | `any` | - | `true` | - |
| options | An object adjusting the output format. | `Intl.CollatorOptions` | - | `false` | - |

- Returns: `number`
Expand Down

0 comments on commit 2bee3d0

Please sign in to comment.