niieani / typescript-vs-flowtype

Differences between Flowtype and TypeScript -- syntax and usability
MIT License
1.73k stars 78 forks source link

Adding overloading functions / methods? #23

Closed oriSomething closed 6 years ago

oriSomething commented 6 years ago

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.

niieani commented 6 years ago

I'd welcome a PR explaining this :)