UNPKG

publichost

Version:

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

3 lines (2 loc) 214 B
import type { InitOptions } from '../types.js'; export declare function init(publicHostServerHost: string, subdomain: string, apiKey: string, { isHttps, port: localhostAppPort, workspacePath }: InitOptions): void;