Update the docs
Signed-off-by: Saksham Sharma <sakshamsharma630@gmail.com>
This commit is contained in:
@@ -131,7 +131,7 @@ We use [API Extractor](https://api-extractor.com/pages/overview/demo_docs/) to g
|
||||
|
||||
The doc comments are of the good old `/** ... */` format, with tags of the format `@<tag>` used to mark various things. The [TSDoc website](https://tsdoc.org/) has a good index of all available tags.
|
||||
|
||||
There are a few things to pay attention to make the documentation show up in a nice way on the website...
|
||||
There are a few things to pay attention to to make the documentation show up in a nice way on the website...
|
||||
|
||||
## Declare exported functions using the `function` keyword
|
||||
|
||||
@@ -163,7 +163,7 @@ If the parameters of a function are destructed in the parameter list, they will
|
||||
|
||||

|
||||
|
||||
Instead prefer to use a single parameter variable and then move the destructuring into the function body instead, which will look much nicer:
|
||||
Instead prefer to use a single parameter variable and then move the destructuring into the function body, which will look much nicer:
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user