SYMBOL INDEX (6 symbols across 3 files) FILE: src/helpers.ts type Colors (line 3) | interface Colors { function coloredText (line 16) | function coloredText(text: string | number, color: string): string { function getIPAddress (line 33) | function getIPAddress(): string | boolean { FILE: src/terminal-server.ts constant USE_BINARY (line 14) | const USE_BINARY = os.platform() !== "win32"; function startServer (line 17) | async function startServer( FILE: types/index.d.ts type Session (line 5) | type Session = {