We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This project is aimed at helping you better understand how the type system works, writing your own utilities, or just having fun with the challenges.
https://ghaiklor.github.io/type-challenges-solutions/en/medium-lastindexof.html
The text was updated successfully, but these errors were encountered:
There is not built-in Equal in TypeScript. I believe you're talking about the imported one from @type-challenges/utils?
Equal
@type-challenges/utils
Sorry, something went wrong.
Yeah, I guess. I don't remember why I used it, but it is definitely against the rules here :)
However, implement Equal on our own should not be a problem. Seems like a couple of conditional types or maybe single one is enough.
No branches or pull requests
LastIndexOf
This project is aimed at helping you better understand how the type system works, writing your own utilities, or just having fun with the challenges.
https://ghaiklor.github.io/type-challenges-solutions/en/medium-lastindexof.html
The text was updated successfully, but these errors were encountered: