MCPcopy Create free account
hub / github.com/ember-learn/ember-api-docs / major

Function major

app/helpers/version-lt.js:9–11  ·  view source on GitHub ↗
(versionArray)

Source from the content-addressed store, hash-verified

7}
8
9function major(versionArray) {
10 return versionArray[0];
11}
12
13function minor(versionArray) {
14 return versionArray[1];

Callers 1

versionLtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected