Skip to content

Commit 83c82ef

Browse files
feat: make vertexheaderid enum constant
1 parent ab46d62 commit 83c82ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/headers/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* In typescript this is not easy to manipulate so I decided
1111
* to have the same enum but with hex values instead.
1212
*/
13-
export enum VertexHeaderId {
13+
export const enum VertexHeaderId {
1414
NANO_HEADER = '10',
1515
}
1616

0 commit comments

Comments
 (0)