1.0.0 • Published 2 years ago

includes-emoji v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

⚙️ Installation

npm i includes-emoji

CDN Links:

📖 Usage

◎ Import

// ES6
import includesEmoji from "includes-emoji";

// commonjs
const includesEmoji = require("includes-emoji");

◎ Example

includesEmoji("Hello 🚀 world!");          // True
includesEmoji("The weather is ☀️ today!"); // True
includesEmoji("String 69!");               // False
includesEmoji("I ♥ NY");                   // False

Support me on Patreon - Check out my socials

1.0.0

2 years ago