Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2019-06-29 07:30:16 +01:00
parent e39c3298d6
commit d0c8e09532

View file

@ -79,7 +79,6 @@ export function isSingleEmoji(str) {
return mightContainEmoji(str) && SINGLE_EMOJI_REGEX.test(str);
}
/**
* Returns the shortcode for an emoji character.
*