diff --git a/types/emojione/index.d.ts b/types/emojione/index.d.ts index f343a7d3e3..000a5e9940 100644 --- a/types/emojione/index.d.ts +++ b/types/emojione/index.d.ts @@ -18,3 +18,4 @@ export function toShort(str: string): string; export function toImage(str: string): string; export function shortnameToImage(str: string): string; export function unicodeToImage(str: string): string; +export function shortnameToUnicode(str: string): string;