astro-ghostcms/.pnpm-store/v3/files/0e/af139452a2da187acc55e08d887...

6 lines
90 B
Plaintext

declare module 'emoji-regex' {
function emojiRegex(): RegExp;
export = emojiRegex;
}