UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

4 lines (3 loc) 179 B
/// <reference types="applepayjs" /> export declare const preparePaymentRequest: (paymentRequest: any) => ApplePayJS.ApplePayPaymentRequest; export default preparePaymentRequest;