import * as denoify from "https://deno.land/x/denoify@v1.6.16/scripts/tools/SemVer.ts";
Functions
v1 < v2 => -1 v1 === v2 => 0 v1 > v2 => 1 | |
import * as denoify from "https://deno.land/x/denoify@v1.6.16/scripts/tools/SemVer.ts";
v1 < v2 => -1 v1 === v2 => 0 v1 > v2 => 1 | |