mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-04-19 18:20:08 -04:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
declare module 'emoji-regex' {
|
|
function emojiRegex(): RegExp;
|
|
|
|
export default emojiRegex;
|
|
}
|