mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
fix(toCodePoint): sep is optional
This commit is contained in:
parent
6fc406b63b
commit
6a454d2ec6
2
src/twemoji.d.ts
vendored
2
src/twemoji.d.ts
vendored
@ -55,7 +55,7 @@ const twemoji: {
|
|||||||
* twemoji.convert.toCodePoint('\ud83c\udde8\ud83c\uddf3', '~');
|
* twemoji.convert.toCodePoint('\ud83c\udde8\ud83c\uddf3', '~');
|
||||||
* // "1f1e8~1f1f3"
|
* // "1f1e8~1f1f3"
|
||||||
*/
|
*/
|
||||||
toCodePoint: (unicodeSurrogates: string, sep: string) => string
|
toCodePoint: (unicodeSurrogates: string, sep?: string) => string
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user