UNPKG
@atlas-kitchen/adyen-web
Version:
latest (6.15.0)
6.15.0
docs.adyen.com/checkout
atlas-kitchen/adyen-web
@atlas-kitchen/adyen-web
/
dist
/
es
/
components
/
PayPal
/
utils
/
get-paypal-locale.js
3 lines
(2 loc)
•
203 B
JavaScript
View Raw
1
2
3
import
{
SUPPORTED_LOCALES
as
n}
from
"../config.js"
;
const
l
=l=>{
const
o=l?l.
replace
(
"-"
,
"_"
):
null
;
return
n.
includes
(o)?
o
:
null
};
export
{l
as
getSupportedLocale};
//# sourceMappingURL=get-paypal-locale.js.map