UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

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