deverything 0.34.0 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,6 +47,7 @@ Contributions always welcome!
|
|
|
47
47
|
- ⭐ `isSame()` Compare if dates, functions, arrays, objects or anything else are the same
|
|
48
48
|
- `isServer()` if you are on the server
|
|
49
49
|
- `isString()`
|
|
50
|
+
- `isStringOfEmojis()` if the string contains only emojis
|
|
50
51
|
- `isURL()`
|
|
51
52
|
- `isUUID()`
|
|
52
53
|
|