Skip to content

Commit 08f524b

Browse files
committed
don't export helper
1 parent 4ec28a2 commit 08f524b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/getXyoGateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const localGatewayName = 'local' as GatewayName
44

55
const GATEWAY_LISTENER_TIMEOUT = 5000
66

7-
export const hasXyoWalletGateway = () => {
7+
const hasXyoWalletGateway = () => {
88
return 'client' in globalThis.xyo
99
}
1010

0 commit comments

Comments
 (0)