UNPKG
@nickbusey/thelounge
Version:
latest (4.3.2-7)
4.3.2
4.3.2-7
4.3.2-6
4.3.2-5
4.3.2-3
4.3.2-2
4.3.2-1
4.3.1
The self-hosted Web IRC client
thelounge.chat
nickbusey/thelounge
@nickbusey/thelounge
/
dist
/
client
/
js
/
helpers
/
ircmessageparser
/
findEmoji.d.ts
7 lines
(6 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Part
}
from
"./merge"
;
export
declare
type
EmojiPart
=
Part
& {
emoji
:
string
; };
declare
function
findEmoji
(
text
:
string
):
EmojiPart
[];
export
default
findEmoji;