UNPKG

@statezero/statezero-tunnel

Version:

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

4 lines (3 loc) 153 B
declare const getApiKey: () => Promise<string | undefined>; declare const setApiKey: (apiKey: string) => Promise<void>; export { getApiKey, setApiKey };