UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

8 lines (7 loc) 338 B
/** * @deprecated this function is the entry point to the old, step-based wizards located in `lib`. * When creating new wizards, we now add them to clack-based wizards under `src`. * Therefor, do not call this function anymore. * Use `run` from {@link ../src/run.ts} instead. */ export declare function run(argv: any): Promise<any>;