This repository has been archived on 2026-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
todo/client/node_modules/eslint-plugin-react/lib/util/version.d.ts
2025-06-13 14:04:40 +08:00

6 lines
319 B
TypeScript

export function testReactVersion(context: any, semverRange: any): boolean;
export function testFlowVersion(context: any, semverRange: any): boolean;
export function resetWarningFlag(): void;
export function resetDetectedVersion(): void;
export function resetDefaultVersion(): void;
//# sourceMappingURL=version.d.ts.map