UNPKG

@mhealth/cordova-plugin-antitampering

Version:

Verify the integrity of cordova static assets - Android / iOS

5 lines (4 loc) 196 B
module.exports = function () { return this.opts && this.opts.options && this.opts.options.verbose || typeof this.cmdLine === 'string' && this.cmdLine.indexOf(' -verbose') > -1; };