Skip to content

Commit

Permalink
feat: add type to searchLetter
Browse files Browse the repository at this point in the history
  • Loading branch information
Leehaeun0 committed Aug 21, 2021
1 parent b019d60 commit 10c67ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/searchLetter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const KO_LETTERS = [
export const KO_LETTERS: string[] = [
'ㄱ',
'ㄴ',
'ㄷ',
Expand All @@ -15,7 +15,7 @@ export const KO_LETTERS = [
'ㅎ',
];

export const EN_LETTERS = [
export const EN_LETTERS: string[] = [
'A',
'B',
'C',
Expand Down

0 comments on commit 10c67ba

Please sign in to comment.