sort



use it
run
``
npm i @garvey/sort
`
and write in your file:
`
const sort = require('@garvey/sort')
// or
import sort from '@garvey/sort'
// or
...as you want
``
methods
$3
@param arr
@param fn compareFunction like Array.prototype.sort(compareFunction)