UNPKG

askexperts

Version:

AskExperts SDK: build and use AI experts - ask them questions and pay with bitcoin on an open protocol

7 lines 238 B
/** * WebSocket module for browser environments * This file exports the browser-compatible WebSocket implementation */ // Re-export from the browser implementation export * from './browser.js'; //# sourceMappingURL=browser-index.js.map