mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-03-13 13:16:16 -06:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
declare module 'emoji-regex' {
|
|
function emojiRegex(): RegExp;
|
|
|
|
export default emojiRegex;
|
|
}
|