UNPKG

@palta-brain/web-sdk

Version:
6 lines 271 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