mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-06 12:21:06 +01:00
Prefer using explicit casts by calling `Number`, `Boolean`, or `String` over using operators like `+`, `!!` or `"" +`. This is considered best practice as it improves readability.