node-stable

stable array sort, as Array#sort() is not guaranteed to be stable
  https://github.com/Two-Screen/stable
  0
  no reviews



The default sort is, as with Array#sort, lexicographical. Unlike Array#sort, the default sort is not in-place. To do an in-place sort, use stable.inplace, which otherwise works the same.