@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
15 lines (14 loc) • 1.08 kB
JavaScript
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "1db87e03-63ee-4364-9779-455943be1971", e._sentryDebugIdIdentifier = "sentry-dbid-1db87e03-63ee-4364-9779-455943be1971");
} catch (e) {}
var _rolldown_dynamic_import_helper_default = (glob, path, segments) => {
const query = path.lastIndexOf("?");
const v = glob[query === -1 || query < path.lastIndexOf("/") ? path : path.slice(0, query)];
if (v) return typeof v === "function" ? v() : Promise.resolve(v);
return new Promise((_, reject) => {
(typeof queueMicrotask === "function" ? queueMicrotask : setTimeout)(reject.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + path + (path.split("/").length !== segments ? ". Note that variables only represent file names one level deep." : ""))));
});
};
//#endregion
export { _rolldown_dynamic_import_helper_default as t };