if-emoji

0.1.0 • Public • Published

if-emoji

Check a character if it is a correctly supported emoji.

Install

$ npm i if-emoji

Usage

import ifEmoji from 'if-emoji'
 
ifEmoji('') // => false
ifEmoji('🐸') // => If your system / browser supports this emoji character correctly, the returned value will be true.

Dependents (5)

Package Sidebar

Install

npm i if-emoji

Weekly Downloads

2,025

Version

0.1.0

License

MIT

Last publish

Collaborators

  • dafrok