UNPKG

@broxus/tvm-connect

Version:

Nekoton-compatible wallets connector.

7 lines (6 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isVenomWalletBrowser = isVenomWalletBrowser; function isVenomWalletBrowser(ua) { return /(VenomWalletBrowser|VenomWallet)/g.test(ua); }