Skip to content

Commit a980577

Browse files
committed
feat: add new value ALPHABETS to constants
1 parent 9f41a9e commit a980577

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

constants.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,12 @@ export const SITE_META_KEYWORDS = [
2020
"dev dictionary",
2121
"developer dictionary",
2222
"software development dictionary",
23+
];
24+
25+
export const ALPHABETS = [
26+
"a", "b", "c", "d", "e", "f",
27+
"g", "h", "i", "j", "k", "l",
28+
"m", "n", "o", "p", "q", "r",
29+
"s", "t", "u", "v", "w", "x",
30+
"y", "z"
2331
];

0 commit comments

Comments
 (0)