mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Add shortnameToUnicode function (#29547)
This commit is contained in:
1
types/emojione/index.d.ts
vendored
1
types/emojione/index.d.ts
vendored
@@ -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