Skip to content

Commit

Permalink
Don't use TypeScript const enum (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Dec 29, 2020
1 parent 0985f4d commit 117409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -126,7 +126,7 @@ declare namespace boxen {
}
}

declare const enum BorderStyle {
declare enum BorderStyle {
Single = 'single',
Double = 'double',
Round = 'round',
Expand Down

0 comments on commit 117409e

Please sign in to comment.