Format security level for display
Currently returns the security level as-is since SecurityLevel type values are already properly capitalized. This function exists for consistency and potential future formatting needs.
Security level to format
Formatted security level string
formatSecurityLevel('High') // "High"formatSecurityLevel('Very High') // "Very High"formatSecurityLevel('Moderate') // "Moderate" Copy
formatSecurityLevel('High') // "High"formatSecurityLevel('Very High') // "Very High"formatSecurityLevel('Moderate') // "Moderate"
Format security level for display
Currently returns the security level as-is since SecurityLevel type values are already properly capitalized. This function exists for consistency and potential future formatting needs.