We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rcompare()
1 parent 49efcbd commit 45c8201Copy full SHA for 45c8201
semver/rcompare.ts
@@ -7,6 +7,7 @@ import { compare } from "./compare.ts";
7
* `1` and `-1` are inverted.
8
*
9
* Sorts in descending order if passed to `Array.sort()`,
10
+ * @deprecated (will be removed in 0.212.0) Use {@linkcode compare} instead.
11
*/
12
export function rcompare(
13
s0: SemVer,
0 commit comments