Open Raynos opened 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
reveal_type
typeof x;
const x = []
It's an easy to share link that gives a quick refresher on how to use Hegel.
Oh, nice. I will add it to Hegel. Thank you a lot for the suggestion ^_^
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
reveal_type
/typeof x;
const x = []
etcIt's an easy to share link that gives a quick refresher on how to use Hegel.