sirisian / ecmascript-types

ECMAScript Optional Static Typing Proposal http://sirisian.github.io/ecmascript-types/
453 stars 4 forks source link

Compatybility with typeof of ecmascript #61

Closed cesarchefinho closed 3 years ago

cesarchefinho commented 3 years ago

Make typeof returns number, object, string and etc

Typeof uint32 will return number

And make a new word to check types

Like

statictypeof uint32 will return uint32

sirisian commented 3 years ago

This looks like a duplicate of the other issue. #60