We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a4506 commit 862d851Copy full SHA for 862d851
projects/functions/README.md
@@ -7,4 +7,5 @@ _Learning TypeScript_'s **Functions** chapter shows how a function's parameters
7
- Declaring function return types with type annotations
8
- Describing functions that don't return a usable value with the `void` type
9
- Describing functions that don't return at all with the `never` type
10
+- Declaring function types in type annotations
11
- Using function overloads to describe varying function call signatures
0 commit comments