UNPKG

@statezero/statezero-tunnel

Version:

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

6 lines (5 loc) 211 B
import { Command } from "commander"; /** * Build Options from the command line input, then pass them off to tunnelmole() */ export default function dispatchCommand(arg0: any, command: Command): Promise<void>;