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