From a1e5eba8ee4e93b2252cf30223bb76c75c6d9be7 Mon Sep 17 00:00:00 2001 From: "Adrian D. Alvarez" <06b@users.noreply.github.com> Date: Mon, 8 Oct 2018 17:27:02 -0400 Subject: [PATCH] Add shortnameToUnicode function (#29547) --- types/emojione/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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;