niieani / typescript-vs-flowtype

Differences between Flowtype and TypeScript -- syntax and usability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding overloading functions / methods?

oriSomething opened this issue · comments

They exist in both Flow and TypeScript. Though in Flow they are trickier to use, and there is no class method overloading as a non declared class.

I'd welcome a PR explaining this :)