constant-land
v0.1.3
Published
---
Downloads
9
Readme
Now you can delete constants.(js|ts)
in your projects!
Introducing constant-land
The last constants you ever need to declare.
Highlights
- Package is tree-shakable
- Constants will use dynamic generation if possible, so the package is small
- Every constants is postfix
as const
in TypeScript, so you can actually see the value when hovering in the value in your VSCode - All the constants are UPPER_CASE
- Detailed JSDoc description when you hover on the constant
See Documents: https://constant-land.surge.sh/