0.0.5 • Published 3 years ago

@zodash/sort-by v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago