@zodash/sort-by
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

@zodash/sort-by

Creates an array of elements, sorted in ascending order by the results of running each element in a collection thru each iteratee. This method performs a stable sort, that is, it preserves the original sort order of equal elements. The iteratees are invoked with one argument: (value).

Usage

import { sortBy } from '@zodash/sort-by';

// See __tests__

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    1
    • latest

Version History

Package Sidebar

Install

npm i @zodash/sort-by

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

4.36 kB

Total Files

6

Last publish

Collaborators

  • uniquecolesmith