Skip to content

Commit

Permalink
remove is string of emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
tokenosopher committed Dec 28, 2023
1 parent 6c57e4c commit 244c3db
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 59 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Contributions always welcome!
-`isSame()` Compare if dates, functions, arrays, objects or anything else are the same
- `isServer()` if you are on the server
- `isString()`
- `isStringOfEmojis()` if the string contains only emojis
- `isURL()`
- `isUUID()`

Expand Down
16 changes: 0 additions & 16 deletions src/regex/emojiRegex.test.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/regex/emojiRegex.ts

This file was deleted.

29 changes: 0 additions & 29 deletions src/validators/isStringOfEmojis.test.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/validators/isStringOfEmojis.ts

This file was deleted.

0 comments on commit 244c3db

Please sign in to comment.