UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

3 lines (2 loc) 129 B
export declare function executeSync(command: string): string; export declare function execute(command: string): Promise<string>;