UNPKG

@adyen/adyen-web

Version:

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

8 lines (7 loc) 210 B
type UrlMap = { [countryCode: string]: { [language: string]: string; }; }; declare function getConsentUrl(countryCode: string, locale: string, urlMap: UrlMap): string; export { getConsentUrl };