UNPKG

ripple-ai-detector

Version:

🌊 Ripple AI Bug Detector - Built by an AI that knows its flaws. Catch AI-generated bugs before you commit.

15 lines (12 loc) • 280 B
// Type declarations for tree-sitter modules declare module 'tree-sitter-javascript' { const JavaScript: any; export default JavaScript; } declare module 'tree-sitter-typescript' { const TypeScript: { typescript: any; tsx: any; }; export default TypeScript; }