Skip to content

Commit c52ec8e

Browse files
authored
Update functions.md
1 parent 233886c commit c52ec8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/types/functions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* [Parameter Annotations](#parameter-annotations)
2+
* [Return Type Annotation](#return-type-annotation)
3+
* [Optional Parameters](#optional-parameters)
4+
* [Overloading](#overloading)
5+
16
## Functions
27
The TypeScript type system pays a lot of love to functions, after all they are the core building block of a composable system.
38

0 commit comments

Comments
 (0)