UNPKG

@broxus/js-core

Version:

MobX-based JavaScript Core library

12 lines (11 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEverWalletBrowser = isEverWalletBrowser; /** * @deprecated Moved to `@broxus/tvm-connect` * @param {string} ua * @returns {boolean} */ function isEverWalletBrowser(ua) { return /(EverWalletBrowser|EverWallet)/g.test(ua); }