UNPKG

expresspayments

Version:
5 lines (4 loc) 256 B
import { WebPlatformFunctions } from './platform/WebPlatformFunctions.js'; import { createExpressPayments } from './expresspayments.core.js'; export const ExpressPayments = createExpressPayments(new WebPlatformFunctions()); export default ExpressPayments;