Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor typeChecker function for conciseness and modern syntax
- Replaced traditional function declaration with an arrow function for brevity - Utilized implicit return to streamline the code - Enhanced readability while maintaining functionality
- Loading branch information