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

fix: add w to alphabet enums #28

Merged
merged 2 commits into from
Jun 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'