()
| 173 | export { REPL_ONLY_TOOLS } |
| 174 | /* eslint-disable @typescript-eslint/no-require-imports */ |
| 175 | const getPowerShellTool = () => { |
| 176 | if (!isPowerShellToolEnabled()) return null |
| 177 | return ( |
| 178 | require('@claude-code-best/builtin-tools/tools/PowerShellTool/PowerShellTool.js') as typeof import('@claude-code-best/builtin-tools/tools/PowerShellTool/PowerShellTool.js') |
| 179 | ).PowerShellTool |
| 180 | } |
| 181 | /* eslint-enable @typescript-eslint/no-require-imports */ |
| 182 | |
| 183 | /** |
no test coverage detected