UNPKG

cordova-plugin-example-isprime

Version:

Checks if a number is prime, and if not, returns the corresponding factors. Used for PhoneGap Day EU 2017 'Creating Modern PhoneGap Plugins' workshop; not intended for production use (there are better ways to find primes!)

11 lines (9 loc) 202 B
module.exports = { "plugins": [ "." ], "platform": "windows", "action": "run", "args": "--archs=x64 -- --appx=uap", "verbose": true, "cleanUpAfterRun": true, "logMins": 5 }