@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.
8 lines (7 loc) • 512 B
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] = "e649bded-417d-463c-8134-3c57ce382348", e._sentryDebugIdIdentifier = "sentry-dbid-e649bded-417d-463c-8134-3c57ce382348");
} catch (e) {}
var uppercase = (str) => str?.toUpperCase() ?? str;
//#endregion
export { uppercase as t };