UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

7 lines (6 loc) 279 B
export declare const defaultEntryPoint = "src/index.ts"; /** * Reads the main entry point from the wrangler config file * Returns undefined if no config exists or if main field is not specified */ export declare function getEntryPointFromWranglerConfig(): string | undefined;