Files
memecoin-botV2/.pnpm-store/v10/files/45/8d43a58c2f32d19ac8666aecda1edc32cba973b5ff7b06dbb9bb398a62365db3d2105e29667c58b038608d92bf5642f5b843b9065d84018a68d7c21503deaf

7 lines
362 B
Plaintext

import type { ParseSettings } from './index';
/**
* This needs to be kept in sync with package.json in the typescript-eslint monorepo
*/
export declare const SUPPORTED_TYPESCRIPT_VERSIONS = ">=4.8.4 <6.1.0";
export declare function handleUnsupportedTSVersion(parseSettings: ParseSettings, behavior: 'error' | 'ignore' | 'warn', passedLoggerFn: boolean): void;