UNPKG

askexperts

Version:

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

7 lines (6 loc) 270 B
/** * Browser-specific exports for the database module * This file only exports client-side code that can be used in browser environments */ export type { DBExpert, DBWallet, DBInterface } from './interfaces.js'; export { DBRemoteClient } from './DBRemoteClient.js';