Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/Typescript/TypeScript Typing/TS Declaration/TS Object/TS Function/
TS Function Overload
Search

TS Function Overload

Creator
Creator
Seonglae Cho
Created
Created
2022 Feb 13 14:35
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Sep 13 12:30
Refs
Refs
Overloading
 
 
 
 
 
Documentation - More on Functions
Functions are the basic building block of any application, whether they're local functions, imported from another module, or methods on a class. They're also values, and just like other values, TypeScript has many ways to describe how functions can be called. Let's learn about how to write types that describe functions.
Documentation - More on Functions
https://www.typescriptlang.org/docs/handbook/2/functions.html#function-overloads
Documentation - More on Functions
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/Typescript/TypeScript Typing/TS Declaration/TS Object/TS Function/
TS Function Overload
Copyright Seonglae Cho