Remove const from LevelEnum

This commit is contained in:
Andrew Leedham 2020-02-24 12:48:55 +00:00
parent 797461ee32
commit 9a2614ef97

2
index.d.ts vendored
View file

@ -1,4 +1,4 @@
declare const enum LevelEnum {
declare enum LevelEnum {
/**
All colors disabled.
*/