UNPKG

108 BJavaScriptView Raw
1function runIOS(options) {
2 console.log();
3 console.log("Developing");
4}
5
6
7module.exports = {runIOS};