UNPKG

askexperts

Version:

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

8 lines 288 B
/** * WebSocket module * This file exports the appropriate WebSocket implementation based on the environment */ // Re-export from the appropriate implementation // The actual file used will be determined by the build process export * from './node.js'; //# sourceMappingURL=index.js.map