alphanum-sort
alphanum-sort copied to clipboard
Alphanumeric sorting algorithm
Hi, I've tested these types declarations inside the cssnano repository and they seem to work fine. They would be handy as I am adding TypeScript JsDoc to cssnano.
Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 6.5.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.5.1 > * [`0d3d7d9`](https://github.com/eslint/eslint/commit/0d3d7d9cdd83a7f0e035c95f716a91b9ecc4868b) Docs: fix typo in no-magic-numbers ([#12345](https://github-redirect.dependabot.com/eslint/eslint/issues/12345)) (Josiah Rooney) > * [`447ac87`](https://github.com/eslint/eslint/commit/447ac877e8ca2858d61b1e983f72d39e3e2ca74d) Fix:...
This package does exactly what I want. I wonder if I could you it with `Array.prototype.sort()`? Something like ```javascript import alphanumSort from 'alphanum-sort'; const arr = [ /* ... */...
Great sorting library, I've really enjoyed using it. I have made some small updates to support some of my use cases, and thought you might be interested. Mainly I needed...