unicode-emoji-utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -19,2 +19,3 @@ declare type Maybe<T> = T | undefined | null; | ||
declare function getAllEmojis(emojis?: Array<Emoji>): string[]; | ||
declare function compareVersion(a: EmojiVersion, b: EmojiVersion, exact?: boolean): boolean; | ||
declare function getEmojis(version: EmojiVersion, exact?: boolean, emoijs?: Array<Emoji>): Emoji[]; | ||
@@ -28,2 +29,2 @@ declare function getEmojisByGroup(group: Group, emojis?: Array<Emoji>): Map<string, Emoji[]>; | ||
export { Emoji, EmojiVersion, extractEmojis, getAllComponents, getAllEmojis, getEmojiRegex, getEmojis, getEmojisByGroup, hasEmoji, stripEmojies }; | ||
export { Emoji, EmojiVersion, compareVersion, extractEmojis, getAllComponents, getAllEmojis, getEmojiRegex, getEmojis, getEmojisByGroup, hasEmoji, stripEmojies }; |
{ | ||
"devDependencies": { | ||
"@types/jest": "^29.2.2", | ||
"@types/node": "^18.11.5", | ||
@@ -19,3 +20,3 @@ "@typescript-eslint/eslint-plugin": "^5.0.0", | ||
"description": "A collection of utilities for emojis", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"sideEffects": false, | ||
@@ -22,0 +23,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1054408
4049
14