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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deverything",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
4
4
  "description": "Everything you need for Dev",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",