Skip to content

Commit 1d9a816

Browse files
Ciphroxxkeshav
authored andcommitted
updated hindiConsonants
1 parent 796863a commit 1d9a816

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/utils/common.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ export const hindiConsonants = [
3434
2351, 2352, 2354, 2357,
3535
// श-row
3636
2358, 2359, 2360, 2361
37-
]
38-
.map((code) => String.fromCharCode(code))
39-
.concat(additionalConsonants);
37+
].map(code => String.fromCharCode(code)).concat(additionalConsonants);
4038

4139
export const matras = {
4240
aa: String.fromCharCode(2366),

0 commit comments

Comments
 (0)