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

Function minor

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

Source from the content-addressed store, hash-verified

11}
12
13function minor(versionArray) {
14 return versionArray[1];
15}
16
17export function versionLt(params /*, hash*/) {
18 let currentVersionArray = toIntArray(params[0]);

Callers 1

versionLtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected