Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: add w to alphabet enums (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstapleton authored and jdx committed Jun 15, 2018
1 parent bfd6df9 commit e78f250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/alphabet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export type AlphabetUppercase =
| 'T'
| 'U'
| 'V'
| 'W'
| 'X'
| 'Y'
| 'Z'
Expand All @@ -47,6 +48,7 @@ export type AlphabetLowercase =
| 't'
| 'u'
| 'v'
| 'w'
| 'x'
| 'y'
| 'z'

0 comments on commit e78f250

Please sign in to comment.