UNPKG

sort-es

Version:

Blazing fast, tree-shakeable, type-safe, modern utility library to sort any type of array in less than 1 KB!

3 lines (2 loc) 146 B
import type { SortOption } from "./interfaces/interfaces"; export declare const getSorter: (options: SortOption) => ((result: number) => number);