Skip to content

Commit

Permalink
fix(toShahmukhi): correct exported type name typo of toShahmukhi
Browse files Browse the repository at this point in the history
#Patch release
  • Loading branch information
Harjot1Singh authored Jun 12, 2022
1 parent bd76ea4 commit f3cd53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function toEnglish(text: string): string

export function toHindi(text: string): string

export function toShamukhi(text: string): string
export function toShahmukhi(text: string): string

export function firstLetters(text: string): string

Expand Down

0 comments on commit f3cd53c

Please sign in to comment.