Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Sep 30, 2024
2 parents 3e49a1c + 763f0ae commit af6462b
Show file tree
Hide file tree
Showing 4 changed files with 1,887 additions and 299 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.idea/
node_modules/
emoji-group.txt
emoji-order.txt
emoji-counts.html
13 changes: 13 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
declare const dataByEmoji: Record<
string,
{
name: string;
slug: string;
group: string;
emoji_version: string;
unicode_version: string;
skin_tone_support: boolean;
}
>;

export default dataByEmoji;
Loading

0 comments on commit af6462b

Please sign in to comment.