// eslint-disable-next-line no-restricted-globals
const globalObject = typeof self !== 'undefined' ? self : window;

export default globalObject.crypto;
