JSMonk / hegel

An advanced static type checker
https://hegel.js.org
MIT License
2.09k stars 59 forks source link

Documentation/website: Single page cheatsheet #253

Open Raynos opened 4 years ago

Raynos commented 4 years ago

The type system for python has a nice cheatsheet ( https://mypy.readthedocs.io/en/latest/cheat_sheet.html ).

I've copied this in the past ( https://github.com/Raynos/jsig/blob/master/docs/cheatsheet.md ).

Such a cheatsheet is a great feature for the website

It's an easy to share link that gives a quick refresher on how to use Hegel.

JSMonk commented 4 years ago

Oh, nice. I will add it to Hegel. Thank you a lot for the suggestion ^_^