UNPKG

publichost

Version:

Make your localhost public. Tunnel HTTP and WebSocket traffic to your local machine from any domain name.

4 lines (3 loc) 232 B
import type { StartOptions } from '../types.js'; export declare function start(publicHostServerHost: string, subdomain: string, apiKey: string, options: Partial<StartOptions>): void; export declare function startFromConfig(): void;