SOLFIND
Web Lens
Portal home

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

  1. TypeDoc Example [direct]
  2. Docs [direct]
  3. API [direct]
  4. GitHub [direct]
  5. overloadedFunction [direct]
  6. example/src/functions.ts:102 [direct]
  7. TypeDoc Example [direct]