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.
2 parents 168b6d8 + f221e4b commit 3a4dc01Copy full SHA for 3a4dc01
README.md
@@ -4,6 +4,8 @@ JavaScript enums using proxies.
4
5
> Based on [this tweet](https://twitter.com/2ality/status/1486139713354448897)
6
7
+[](https://github.com/chasefleming/enum-xyz/actions/workflows/integrate.yml)
8
+
9
## Install
10
11
```
@@ -73,4 +75,4 @@ const { blue, red } = Enum.Symbol
73
75
74
76
console.log(blue) // Symbol(blue)
77
console.log(red) // Symbol(red)
-```
78
+```
0 commit comments