๐ Shared Codeutilsshared/utils/environmentOn this pageshared/utils/environment Environment detection utilities for safe, testable environment detection. Remarksโ These utilities abstract direct process.env access and provide consistent environment detection patterns with proper error handling. Interfacesโ KnownEnvironmentVariables Functionsโ getEnvVar getEnvironment getNodeEnv isBrowserEnvironment isDevelopment isNodeEnvironment isProduction isTest