Functions with overloads

Functions with overloads

When a function has overloads, each overload in the source type must be matched by a compatible signature on the target type. This ensures that the target function can be called in all the same situations as the source function.

doc_TypeScript
2016-10-04 19:25:14
Comments
Leave a Comment

Please login to continue.