UNPKG

ipsased

Version:

UI toolkit monorepo containing a React component library, UI utilities, a drag-and-drop library, and more

5 lines (3 loc) 153 B
// eslint-disable-next-line no-restricted-globals const globalObject = typeof self !== 'undefined' ? self : window; export default globalObject.crypto;