UNPKG

@palta-brain/web-sdk

Version:
6 lines 270 B
import { PaymentClientImpl } from './PaymentClient'; export function createPaymentClient(clientSettings, customerId) { if (customerId === void 0) { customerId = null; } return new PaymentClientImpl(clientSettings, customerId); } //# sourceMappingURL=index.js.map