version-range
Check version ranges like `>=N` and `X || Y || Z` with support for Node.js, Web Browsers, Deno, and TypeScript.
version-compare
Comparator to determine if a version is less than, equivalent to, or greater than another version
version-clean
Turn a dirty version (such as v1, =1.0.x, >1.0 <2) into a clean version (1.0)
egg-version-compare
Comparator to determine if a version is less than, equivalent to, or greater than another version
ts-binary-search
A TypeScript implementation of binary search algorithm for browsers and Node.js