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 d981499 commit bd02481Copy full SHA for bd02481
website/src/pages/index.mdx
@@ -717,7 +717,7 @@ As rule of a thumb, try to:
717
718
Examples:
719
720
-- Use literal types whenever possible to avoid creating runtime objects that add to the bundle size.
+- Use literal types to avoid runtime objects and reduce bundle size.
721
722
```ts
723
// ❌ Avoid using enums as they increase the bundle size
0 commit comments