/** * Browser entry point for @wioex/stream-sdk * * This file provides UMD bundle for browser usage */ import { WioexStreamClient } from './WioexStreamClient'; import * as types from './types'; export { WioexStreamClient, types }; export default WioexStreamClient; //# sourceMappingURL=browser.d.ts.map