😁unicodeEmoji

unicodeEmoji(emoji: string): { 
    include: boolean, 
    matchs: RegExpMatchArray | null, 
    groups: Array<null>
}

Last updated