UNPKG

@statezero/statezero-tunnel

Version:

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

4 lines (3 loc) 149 B
declare const initialiseClientId: () => Promise<void>; declare const getClientId: () => Promise<string>; export { initialiseClientId, getClientId };