https://github.com/namchee/type-challenges
My solution to type-challenges
https://github.com/namchee/type-challenges
Last synced: over 1 year ago
JSON representation
My solution to type-challenges
- Host: GitHub
- URL: https://github.com/namchee/type-challenges
- Owner: Namchee
- License: mit
- Created: 2022-04-10T13:44:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T14:59:48.000Z (over 2 years ago)
- Last Synced: 2025-01-30T03:28:00.603Z (over 1 year ago)
- Language: TypeScript
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# type-challenges
My solution to [type-challenges](https://github.com/type-challenges/type-challenges) to improve my TypeScript skills. **Must be used with IDE that supports TypeScript on-the-fly for the best experience**
## Solutions
Solutions are separated by difficulty sections in form of directories. Each directories contains `.ts` that contains solution for `challenge-name`.
## Practice
I also practised by creating utility types for personal use-cases. All utility types can be found on the `practice` folder.
## How to run
You don't. Just ensure that the code doesn't have TypeScript IntelliSense errors.