build-CI
ceca9332 - refactor: replace short hand type conversions with function calls

Commit
1 day ago
refactor: replace short hand type conversions with function calls Prefer using explicit casts by calling `Number`, `Boolean`, or `String` over using operators like `+`, `!!` or `"" +`. This is considered best practice as it improves readability.
Parents
Loading