import { semver } from "https://deno.land/std@0.137.0/_tools/release/deps.ts";
const { default } = semver;
Properties
options: Options
Methods
compareBuild(other: string | SemVer): 1 | 0 | -1
compareMain(other: string | SemVer): 1 | 0 | -1
comparePre(other: string | SemVer): 1 | 0 | -1
format(): string
inc(release: ReleaseType, identifier?: string): SemVer
toString(): string