We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec28a2 commit 08f524bCopy full SHA for 08f524b
1 file changed
src/getXyoGateway.ts
@@ -4,7 +4,7 @@ const localGatewayName = 'local' as GatewayName
4
5
const GATEWAY_LISTENER_TIMEOUT = 5000
6
7
-export const hasXyoWalletGateway = () => {
+const hasXyoWalletGateway = () => {
8
return 'client' in globalThis.xyo
9
}
10
0 commit comments