UNPKG

@statezero/statezero-tunnel

Version:

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

5 lines (4 loc) 197 B
import { ConnectionInfo } from "./connection-info"; declare const setIsCli: (isCli: boolean) => void; declare const getConnectionInfo: () => ConnectionInfo; export { getConnectionInfo, setIsCli };