(code: string)
| 256 | * Detects if a file contains TanStack devtools import |
| 257 | */ |
| 258 | export function detectDevtoolsFile(code: string): boolean { |
| 259 | return detectDevtoolsImport(code) |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * Injects a plugin into the TanStackDevtools component in a file |
no test coverage detected