UNPKG

@ideem/zsm-client-sdk

Version:

ZSM makes 2FA easy and invisible for everyone, all the time, using advanced cryptography like MPC to establish cryptographic proof of the origin of any transaction or login attempt, while eliminating opportunities for social engineering. ZSM has no relian

9 lines (7 loc) 413 B
// Alias environment-specific global object const GLOBAL = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : (() => { throw new Error("[ZSM GlobalScoping] :: Unable to determine global scope!"); })(); export default GLOBAL;