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 4d2a7b8 commit 8266c4dCopy full SHA for 8266c4d
website/src/pages/index.mdx
@@ -703,7 +703,7 @@ As rule of a thumb, try to:
703
- Use const assertion arrays when you need to loop through the values.
704
- Use const assertion objects when there is a strong use case for them.
705
706
-Literal type and const assertion examples:
+Examples:
707
708
- Use literal types whenever possible to avoid creating runtime objects that add to the bundle size.
709
0 commit comments