UNPKG

publichost

Version:

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

7 lines (6 loc) 297 B
import type { Config, StartOptions } from './types.js'; export declare const DEFAULT_CLIENT_PORT = "3000"; export declare const CONFIG_FILE_NAME: string; export declare const INITIAL_CONFIG: Config; export declare const DEFAULT_START_OPTIONS: StartOptions; export declare const VERSION = "1.1.2";