UNPKG

expresspayments

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