UNPKG

@broxus/tvm-connect

Version:

Nekoton-compatible wallets connector.

7 lines (6 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEverWalletBrowser = isEverWalletBrowser; function isEverWalletBrowser(ua) { return /(EverWalletBrowser|EverWallet)/g.test(ua); }