0.0.5 • Published 2 years ago

@zodash/sort-by v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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__
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago