We use cookies to enhance your browsing experience.

Learn More
Back to Library
TStypescript

Function Type

Define function signature.

let myAdd: (x: number, y: number) => number;
myAdd = function(x, y) { return x + y; };
ts types function
25+Total Tools
Operations
4Languages
100%Privacy

We use cookies to enhance your experience and serve personalized ads.