We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab46d62 commit 83c82efCopy full SHA for 83c82ef
src/headers/types.ts
@@ -10,7 +10,7 @@
10
* In typescript this is not easy to manipulate so I decided
11
* to have the same enum but with hex values instead.
12
*/
13
-export enum VertexHeaderId {
+export const enum VertexHeaderId {
14
NANO_HEADER = '10',
15
}
16
0 commit comments