npm.io
1.0.0 • Published 5 years ago

@jswork/next-quick-sort

Licence
MIT
Version
1.0.0
Deps
0
Size
5 kB
Vulns
0
Weekly
0

next-quick-sort

Quick sort for next.

version license size download

installation

npm install -S @jswork/next-quick-sort

usage

import '@jswork/next-quick-sort';

const array = [3, 44, 38, 5, 47, 15, 36, 26, 27, 2, 46, 4, 19, 50, 48];
nx.quickSort(array);
// [2, 3, 4, 5, 15, 19, 26, 27, 36, 38, 44, 46, 47, 48, 50]

license

Code released under the MIT license.