You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"As much as it hurts to say it, TypeScript v1.0 is not flawless. There are certain minor flaws / shortcomings in the language which have implicatations for how typings are created. Here we will detail those limitations, how they can be worked around at present"
As TypeScript is currently at v1.6.2, the guide should probably be updated. I wonder if the flaws presented in the guide are still present.
Please, fix also the typo in the title of the issue to be able to find it using the search engine.
Another one
Prefer
func()
style function declarations on interfaces instead offunc:Function
as they allow overriding i.e. DOinstead of
The text was updated successfully, but these errors were encountered: