UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

3 lines (2 loc) 268 B
export declare function getKitVersionBucket(version: string | undefined): 'none' | 'invalid' | '0.x' | '>=1.0.0 <1.24.0' | '>=1.24.0'; export declare function getSvelteVersionBucket(version: string | undefined): 'none' | 'invalid' | '<3.0.0' | '3.x' | '4.x' | '>4.x';