{"id":20326991,"url":"https://github.com/ashish-simplecoder/typescript-type-challenges","last_synced_at":"2026-07-03T21:03:20.518Z","repository":{"id":185048490,"uuid":"672872978","full_name":"Ashish-simpleCoder/typescript-type-challenges","owner":"Ashish-simpleCoder","description":"Typescript challenge solving","archived":false,"fork":false,"pushed_at":"2024-09-15T12:44:05.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T02:29:45.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ashish-simpleCoder.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-31T11:08:05.000Z","updated_at":"2024-09-15T12:44:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"b27b099f-e20c-4548-b9f1-ae7899c201b1","html_url":"https://github.com/Ashish-simpleCoder/typescript-type-challenges","commit_stats":null,"previous_names":["ashish-simplecoder/typescript-type-challenges"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ashish-simpleCoder/typescript-type-challenges","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashish-simpleCoder%2Ftypescript-type-challenges","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashish-simpleCoder%2Ftypescript-type-challenges/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashish-simpleCoder%2Ftypescript-type-challenges/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashish-simpleCoder%2Ftypescript-type-challenges/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ashish-simpleCoder","download_url":"https://codeload.github.com/Ashish-simpleCoder/typescript-type-challenges/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashish-simpleCoder%2Ftypescript-type-challenges/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262618136,"owners_count":23337933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T19:46:13.507Z","updated_at":"2025-10-23T16:29:20.520Z","avatar_url":"https://github.com/Ashish-simpleCoder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e\n  \u003cimg src='./logo/logo.svg' width='400'/\u003e\n\u003c/p\u003e\n\n\u003cp align='center'\u003eMy Practice Collection of TypeScript type challenges inspired by \n    \u003ca href='https://github.com/type-challenges/type-challenges'\u003e\n        Type challenges\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cbr\u003e\n\n\n\n## Intro\n\n\nHigh-quality types can help improve projects' maintainability while avoiding potential bugs.\n\nThere are a bunch of awesome type utility libraries that may boost your works on types, like [ts-toolbelt](https://github.com/millsp/ts-toolbelt), [utility-types](https://github.com/piotrwitek/utility-types), [SimplyTyped](https://github.com/andnp/SimplyTyped), etc., which you can already use.\n\n\n\n## Recommended Readings\n\n### Official\n\n- [The TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html)\n\n  - [Unions and Intersection Types](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#union-types)\n  - [Literal Types](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#literal-types)\n  - [Utility Types](https://www.typescriptlang.org/docs/handbook/utility-types.html)\n  - [Advanced Types](https://www.typescriptlang.org/docs/handbook/2/types-from-types.html)\n\n- [The New Handbook](https://github.com/microsoft/TypeScript-Website/tree/v2/packages/documentation/copy/en/handbook-v2)\n\n### Articles\n\n- [Learn Advanced TypeScript Types](https://medium.com/free-code-camp/typescript-curry-ramda-types-f747e99744ab)\n- [The Art of Type Programming](https://mistlog.medium.com/the-art-of-type-programming-cfd933bdfff7)\n- [Type Query: jQuery Style Type Manipulation](https://mistlog.medium.com/type-query-jquery-style-type-manipulation-497ce26d93f)\n- [TypeScript Deep Dive](https://basarat.gitbook.io/typescript/)\n\n### Talks\n\n- [Type Level Programming in Typescript](https://www.youtube.com/watch?reload=9\u0026v=vGVvJuazs84)\n\n### Projects / Solutions\n\n- [🎥 Video Explanations and Solutions for every challenge!](https://www.youtube.com/playlist?list=PLOlZuxYbPik180vcJfsAM6xHYLVxrEgHC)\n- [Type Challenges Solutions](https://github.com/ghaiklor/type-challenges-solutions)\n- [Type Gymnastics](https://github.com/g-plane/type-gymnastics)\n- [TypeType Examples](https://github.com/mistlog/typetype-examples)\n\n### Books\n\n- [Effective TypeScript](https://effectivetypescript.com/)\n- [Learning TypeScript](https://www.learningtypescript.com/)\n\n\n## Play Locally\n\nYou can build the challenges and play locally using your preferred IDE or text editor with TypeScript language support.\n\nTo do that, you will need the latest version of [Node.js](https://nodejs.org/) and [pnpm](https://pnpm.io/) installed.\n\nAfter cloning the repo, installed the dependencies by:\n\n```bash\npnpm install\n```\n\n\n### Inspired by\n\n- [type-challenges/type-challenges](https://github.com/type-challenges/type-challenges)\n\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashish-simplecoder%2Ftypescript-type-challenges","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashish-simplecoder%2Ftypescript-type-challenges","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashish-simplecoder%2Ftypescript-type-challenges/lists"}