UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

2 lines (1 loc) 103 B
export const { PaymentResponse } = typeof window === 'undefined' ? { PaymentResponse: null } : window;