refactor(core): remove redundant terminal re-exports

This commit is contained in:
Spencer
2026-03-03 21:29:08 +00:00
parent 5f698ac0e5
commit 96df2431e2
-3
View File
@@ -11,9 +11,6 @@ import {
isWindows10 as detectIsWindows10, isWindows10 as detectIsWindows10,
} from './terminalEnvironment.js'; } from './terminalEnvironment.js';
// Re-export these for backward compatibility
export { TerminalType, detectTerminalType };
/** /**
* Detects if the current OS is Windows 10. * Detects if the current OS is Windows 10.
*/ */