UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

5 lines (4 loc) 327 B
import type { CloudRegion } from './types'; export declare const getAssetHostFromHost: (host: string) => string; export declare const getUiHostFromHost: (host: string) => string; export declare const getCloudUrlFromRegion: (region: CloudRegion) => "http://localhost:8010" | "https://us.posthog.com" | "https://eu.posthog.com";