Akshay Nair
Akshay Nair
There is a lack of test cases in the project, especially in the formatCardNumber_spec file.
Fixes #1
The api is pretty simple but still a formal api documentation is required for the project explaining what the function does, it's example use cases and it's type signature. The...
There is an option in remix router called [ignoredRouteFiles](https://remix.run/docs/en/1.19.3/file-conventions/remix-config#ignoredroutefiles) that allows ignoring certain files and directories inside the route directory from being treated as routes. This feature would be great...