UNPKG

blueapp

Version:

A small library providing utility methods to communicating with the BlueApp.io

10 lines (8 loc) 232 B
if(typeof process === 'object' && process + '' === '[object process]') { var blueappapi = require('swagger-client'); var blueappgattip = require('gatt-ip-js'); module.exports = { api: blueappapi, gattip: blueappgattip }; }