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-legacy
/
components
/
internal
/
Address
/
utils.js
3 lines
(2 loc)
•
202 B
JavaScript
View Raw
1
2
3
import
{
ADDRESS_SCHEMA
as
l}
from
"./constants.js"
;
const
n
=(
n,o,t
)=>l.
includes
(n)?(
null
==t?
void
0
:t[n])?o.
get
(
null
==t?
void
0
:t[n]):o.
get
(n):
null
;
export
{n
as
mapFieldKey};
//# sourceMappingURL=utils.js.map