UNPKG

mobidev-thelounge

Version:

The self-hosted Web IRC client

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