source: trip-planner-front/node_modules/emoji-regex/index.d.ts@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 427 bytes
Line 
1declare module 'emoji-regex' {
2 function emojiRegex(): RegExp;
3
4 export default emojiRegex;
5}
6
7declare module 'emoji-regex/text' {
8 function emojiRegex(): RegExp;
9
10 export default emojiRegex;
11}
12
13declare module 'emoji-regex/es2015' {
14 function emojiRegex(): RegExp;
15
16 export default emojiRegex;
17}
18
19declare module 'emoji-regex/es2015/text' {
20 function emojiRegex(): RegExp;
21
22 export default emojiRegex;
23}
Note: See TracBrowser for help on using the repository browser.