mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-07-15 17:50:54 +00:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
declare module 'emoji-regex' {
|
|
function emojiRegex(): RegExp;
|
|
|
|
export default emojiRegex;
|
|
}
|