g-plane / type-gymnastics

Collection of wonderful TypeScript type gymnastics code snippets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type Gymnastics

Collection of wonderful TypeScript type gymnastics code snippets.

πŸ“š Overview List

πŸ” View Source Code

All the source code are under src directory.

It's recommended to view them locally with these steps:

  1. Make sure you've installed Git, Node.js and Visual Studio Code.
  2. Clone this repository with Git.
  3. Run npm i or yarn to install TypeScript.
  4. Open this repository in Visual Studio Code.
  5. Enjoy it!

πŸ“ Contributing

Create a new empty directory under src directory and give it a descriptive and short name, then put your source code in it. Also, please consider adding some tests.

Optionally, you can put a readme in that directory to introduce your code in detail.

Last, please update the "Overview List" section of this readme to add a new item for your code with brief.

We assume your code published under MIT License.

🍻 Related

πŸ“œ License

MIT License

Logo is modified from Picture Day 5 Gymnastics (19 Aug 2010). "Day 5 Gymnastics (19 Aug 2010)" by Singapore 2010 Youth Olympic Games is licensed with CC BY-NC 2.0.

About

Collection of wonderful TypeScript type gymnastics code snippets.

License:MIT License


Languages

Language:TypeScript 100.0%