UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

4 lines (3 loc) 199 B
import type { WizardOptions } from './types'; export declare function readEnvironment(): Record<string, unknown>; export declare function detectEnvVarPrefix(options: WizardOptions): Promise<string>;