method SemVer.prototype.compareMainimport { SemVer } from "https://deno.land/std@0.188.0/semver/mod.ts"; compareMain(other: string | SemVer): 1 | 0 | -1Parametersother: string | SemVerReturns1 | 0 | -1