UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

5 lines (4 loc) 237 B
export declare function hasSentryCLI(): boolean; export declare function installSentryCLI(): Promise<void>; export declare function executeSync(command: string): string; export declare function execute(command: string): Promise<string>;