UNPKG

@broxus/tvm-connect

Version:

Nekoton-compatible wallets connector.

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