Add shortnameToUnicode function (#29547)

This commit is contained in:
Adrian D. Alvarez
2018-10-08 14:27:02 -07:00
committed by Andy
parent 31daeec1d0
commit a1e5eba8ee
+1
View File
@@ -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;