Skip to content

Commit 862d851

Browse files
Mentioned declaring function types in type annotations
1 parent e7a4506 commit 862d851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/functions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ _Learning TypeScript_'s **Functions** chapter shows how a function's parameters
77
- Declaring function return types with type annotations
88
- Describing functions that don't return a usable value with the `void` type
99
- Describing functions that don't return at all with the `never` type
10+
- Declaring function types in type annotations
1011
- Using function overloads to describe varying function call signatures

0 commit comments

Comments
 (0)