source:
node_modules/es-toolkit/dist/array/sortBy.mjs
| Last change on this file was a762898, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 141 bytes | |
| Rev | Line | |
|---|---|---|
| [a762898] | 1 | import { orderBy } from './orderBy.mjs'; |
| 2 | ||
| 3 | function sortBy(arr, criteria) { | |
| 4 | return orderBy(arr, criteria, ['asc']); | |
| 5 | } | |
| 6 | ||
| 7 | export { sortBy }; |
Note:
See TracBrowser
for help on using the repository browser.
