method SemVer.prototype.compareimport { SemVer } from "https://deno.land/x/pup@1.0.0-beta.34/deps.ts"; compare(other: string | SemVer): 1 | 0 | -1Parametersother: string | SemVerReturns1 | 0 | -1