Skip to content

Commit

Permalink
TypeScript: Change const enum to `enum
Browse files Browse the repository at this point in the history
Because Babel doesn't support it...

Fixes #363
  • Loading branch information
sindresorhus committed Sep 22, 2019
1 parent 2a53389 commit 066c38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
@@ -1,4 +1,4 @@
declare const enum LevelEnum {
declare enum LevelEnum {
/**
All colors disabled.
*/
Expand Down

1 comment on commit 066c38a

@KSXGitHub

This comment was marked as resolved.

Please sign in to comment.