UNPKG

aws-mqtt

Version:
7 lines (5 loc) 272 B
// Only importing and exporting a browser version of client. // For the node version, need to import the class not from index.js // but directly from the file, e.g. require('aws-mqtt/NodeClient') import BrowserClient from './BrowserClient' module.exports = BrowserClient