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
/
core
/
AdyenCheckout.js
3 lines
(2 loc)
•
238 B
JavaScript
View Raw
1
2
3
import
e
from
"./core.js"
;
async
function
t
(
t
){
const
r=
new
e
(t);
return
await
r.
initialize
()}t.
register
=
(
...t
)=>
{e.
register
(...t)},t.
setBundleType
=
t
=>
{e.
setBundleType
(t)};
export
{t
as
AdyenCheckout
};
//# sourceMappingURL=AdyenCheckout.js.map