blog.mariusschulz.com
Typing Functions in TypeScript
1
In TypeScript, there are multiple syntaxes for typing a function: method signatures, function type literals, and object type literals with call or construct signatures. Read full article