overloadedFunction | TypeDoc Example
https://typedoc.org/example/functions/overloadedFunction.html • 10 KB fetched Open original page
overloadedFunction | TypeDoc Example
TypeDoc Example
Docs API GitHub
Preparing search index...
* overloadedFunction
Function overloadedFunction
*
overloadedFunction ( a : number , b : number ) : string
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
* Defined in example/src/functions.ts:102
*
overloadedFunction ( a : string , b : string ) : 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.
Parameters
* a : string
* b : string
Returns string
* Defined in example/src/functions.ts:111
Settings
Member Visibility
* Protected
* Inherited
* External
Theme OS Light Dark
Docs API GitHub
TypeDoc Example
* Loading...
Generated using TypeDoc
Links found on this page
- TypeDoc Example [direct]
- Docs [direct]
- API [direct]
- GitHub [direct]
- overloadedFunction [direct]
- example/src/functions.ts:102 [direct]
- TypeDoc Example [direct]
|
|