UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

4 lines (3 loc) 219 B
import type { WizardOptions } from '../utils/types'; export declare function runAngularWizard(options: WizardOptions): Promise<void>; export declare function buildOutroMessage(createdExampleComponent: boolean): string;