srirag-sort
v1.0.0
Published
A simple npm package to sort the arrays into ascending or descending order
Maintainers
Readme
srirag-sort
A simple sorting package that provides a bubble sort implementation in JavaScript. You can sort arrays in both ascending and descending order.
Installation
You can install the package using npm:
npm install srirag-sortFunction signature
sort(arr, key);Keys:
