UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

5 lines (4 loc) 132 B
/** * Checks if a wrangler config file exists in the project */ export declare function findWranglerConfig(): string | undefined;