mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-02-05 17:37:15 +00:00
6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
declare module 'emoji-regex/text' {
|
|
function emojiRegex(): RegExp;
|
|
|
|
export = emojiRegex;
|
|
}
|