Stringifies and concatenates two numbers into a single string.
The documentation site allows you to toggle between the different overloads
of a function. The implementation signature of the overloaded function is not
included in the documentation.
Parameters
a: number
b: number
Returns string
overloadedFunction(a, b): string
Concatenates two strings.
The documentation site allows you to toggle between the different overloads
of a function. The implementation signature of the overloaded function is not
included in the documentation.
Stringifies and concatenates two numbers into a single string.
The documentation site allows you to toggle between the different overloads of a function. The implementation signature of the overloaded function is not included in the documentation.