fast-sort
fast-sort copied to clipboard
cannot sort on multiple types in an array
@snovakovic I noticed that your library fails when an array has multiple types
I'd expect it to first sort all the numbers then all the strings, or the other way around.
@snovakovic fixed in PR : )
@mesqueeb things should work as expected from v3.4.0