This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const daysOfWeek: { [key: number]: string } = { | |
0: "Sunday", | |
1: "Monday", | |
2: "Tuesday", | |
3: "Wednesday", | |
4: "Thursday", | |
5: "Friday", | |
6: "Saturday", | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
["🙂", "Slightly smiling face", "U+1F642"], | |
["😀", "Smiling face", "U+1F600"], | |
["😃", "Smiling face with big eyes", "U+1F603"], | |
["😄", "Smiling face with smiling eyes", "U+1F604"], | |
["😁", "Beaming face with smiling eyes", "U+1F601"], | |
["😅", "Smiling face with tears", "U+1F605"], | |
["😆", "Grinning face", "U+1F606"], | |
["🤣", "Rolling on the floor laughing", "U+1F923"], | |
["😂", "Lauging with tears", "U+1F602"], |