astro-ghostcms/.pnpm-store/v3/files/27/6f1112d33a0f702103e0c51e764...

6 lines
102 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
declare module 'emoji-regex/es2015/text' {
function emojiRegex(): RegExp;
export = emojiRegex;
}