UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

6 lines (5 loc) 263 B
import type { Integration } from '../lib/constants'; import type { WizardOptions } from '../utils/types'; export declare function runPrettierStep({ installDir, integration, }: Pick<WizardOptions, 'installDir'> & { integration: Integration; }): Promise<void>;