import { rcompare } from "https://deno.land/std@0.195.0/semver/rcompare.ts";
A reverse comparison of two versions. Same as compare but
1
and -1
are inverted.
Sorts in descending order if passed to Array.sort()
,
import { rcompare } from "https://deno.land/std@0.195.0/semver/rcompare.ts";
A reverse comparison of two versions. Same as compare but
1
and -1
are inverted.
Sorts in descending order if passed to Array.sort()
,