#const-objects

[ follow ]
JavaScript
fromjsdevspace.substack.com
6 days ago

Shrink TypeScript Code: Replace Enums with Const Objects

Use const objects with type aliases instead of enums to keep type safety and IntelliSense while producing smaller JavaScript bundles.
[ Load more ]