UNPKG

@statezero/statezero-tunnel

Version:

Tunnelmole client for StateZero users to create secure tunnels to their local services.

8 lines (7 loc) 111 B
interface Message { type: string; data: { [key: string]: unknown; }; } export { Message };