Skip to content

jpwilliams/is-only-emojis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

is-only-emojis

Returns whether a string contains only emojis or not.

const isOnlyEmojis = require('is-only-emojis')

isOnlyEmojis('') // true
isOnlyEmojis('  😲 -> 😎') // false
isOnlyEmojis('\n❀️ πŸš—') // true
isOnlyEmojis('Coming πŸ”œ') // false

About

Returns whether a string contains only emojis or not.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •