MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / isBeta

Function isBeta

scripts/version-helper.js:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15function isBeta() {
16 return process.env.BETA || pkg.beta > 0;
17}
18
19exports.getVersion = getVersion;
20exports.isBeta = isBeta;

Callers 4

amo-upload.mjsFile · 0.90
createIconsFunction · 0.85
buildManifestFunction · 0.85
action-helper.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected