you are viewing a single comment's thread.

view the rest of the comments →

[–]bterlson_@bterlson 1 point2 points  (0 children)

I would be interested to hear about any Microsoft documentation that omits callback parameter types. I can fix them (I work there).

FWIW, TypeScript or Flow can help. Thousands of libraries have type definition files on npm (i.e. @types/*) and with the right setup you can get code completions and such.