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

/@zodash/sort-by/

    Package Sidebar

    Install

    npm i @zodash/sort-by

    Weekly Downloads

    6

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    4.36 kB

    Total Files

    6

    Last publish

    Collaborators

    • uniquecolesmith