From 89fc424975ef9434347a7e28979e47f4df117e6b Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 8 Nov 2017 17:22:23 +0700 Subject: [PATCH] Add `has-emoji` to the Related section in the readme Closes #24 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 20e9441..effcd76 100644 --- a/readme.md +++ b/readme.md @@ -269,6 +269,7 @@ The most common mistakes I noticed in these modules was using `instanceof` for t - [is-error-constructor](https://github.com/sindresorhus/is-error-constructor) - Check if a value is an error constructor - [is-empty-iterable](https://github.com/sindresorhus/is-empty-iterable) - Check if an Iterable is empty - [is-blob](https://github.com/sindresorhus/is-blob) - Check if a value is a Blob - File-like object of immutable, raw data +- [has-emoji](https://github.com/sindresorhus/has-emoji) - Check whether a string has any emoji ## Created by