mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add shortnameToUnicode function (#29547)
This commit is contained in:
parent
31daeec1d0
commit
a1e5eba8ee
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user