UNPKG

askexperts

Version:

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

6 lines (5 loc) 172 B
/** * Payment module exports */ export { ExpertPaymentManager } from './ExpertPaymentManager.js'; export { LightningPaymentManager } from './LightningPaymentManager.js';