mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 09:40:19 +00:00
Add shortnameToUnicode function (#29547)
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user