MCPcopy Create free account
hub / github.com/melonjs/melonJS / asString

Method asString

packages/melonjs/src/utils/semver.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 asString() {
50 return `${this.major}.${this.minor}.${this.patch}`;
51 }
52
53 compare(other: SemVer) {
54 if (other.asString() === this.asString()) {

Callers 1

compareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected