Jump to content

TypeScript: Difference between revisions

Line 26: Line 26:


TypeScript does not support overloading in the traditional sense, with multiple implementations.   
TypeScript does not support overloading in the traditional sense, with multiple implementations.   
However you can have multiple function definitions similar to prototypes.
However you can have multiple function declarations similar to prototypes.


===Interfaces===
===Interfaces===