UNPKG

forto-sorter

Version:

Fast and powerful array sorting. Sort by any property in any direction with easy to read syntax.

6 lines (5 loc) 147 B
export declare const radixSort: ({ list, order, getNumber }: { list: any; order?: string; getNumber?: (n: any) => any; }) => any;