UNPKG

askexperts

Version:

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

8 lines (7 loc) 299 B
/** * Browser-specific exports for the docstore module * This file only exports client-side code that can be used in browser environments */ export * from './interfaces.js'; export { DocStoreWebSocketClient } from './DocStoreWebSocketClient.js'; export { generateUUID } from '../common/uuid.js';