UNPKG

@nickbusey/thelounge

Version:

The self-hosted Web IRC client

7 lines (6 loc) 176 B
import { Part } from "./merge"; export declare type EmojiPart = Part & { emoji: string; }; declare function findEmoji(text: string): EmojiPart[]; export default findEmoji;