UNPKG

@appshuttle.io/bell

Version:

Device and Emulator Library used in Shuttle

11 lines (9 loc) 259 B
const SHBell = require('../..') var bell = new SHBell() bell.getAvailableRunTargets('IOS').then(function(value) { console.log('-- RESULT --') console.log(value) console.log('-- END RESULT --') }).catch(function(error) { console.log(error) })