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