UNPKG

askexperts

Version:

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

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