method semver.SemVer.prototype.compareMainimport { semver } from "https://deno.land/x/release_up@0.6.0/deps.ts"; const { SemVer } = semver; compareMain(other: string | SemVer): 1 | 0 | -1Parametersother: string | SemVerReturns1 | 0 | -1