UNPKG

@mhealth/cordova-plugin-antitampering

Version:

Verify the integrity of cordova static assets - Android / iOS

6 lines (5 loc) 239 B
module.exports = function () { return (this.opts.platforms || this.opts.cordova.platforms || []).filter(function (platform) { return this.opts.plugin.pluginInfo.getPlatformsArray().indexOf(platform) > -1; }, this); };