Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information