Skip to content

christophior/isEmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#isEmoji

ndoe module to check if a string is an emoji

var isEmoji = require('isemoji');

isEmoji('')
// false

isEmoji('some string')
// false

isEmoji('✈️')
// true