TenantAtlas/apps/platform/.pnpm-store/v10/files/47/5d7e3fc96dc581ad2d2972a02bb5a09d0415298fd1cf1958178a28cb9add57a6681c136c90b4373da9516c6b85e0085baa7443d7d827239b294ce93d288754
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

24 lines
427 B
Plaintext

declare module 'emoji-regex' {
function emojiRegex(): RegExp;
export default emojiRegex;
}
declare module 'emoji-regex/text' {
function emojiRegex(): RegExp;
export default emojiRegex;
}
declare module 'emoji-regex/es2015' {
function emojiRegex(): RegExp;
export default emojiRegex;
}
declare module 'emoji-regex/es2015/text' {
function emojiRegex(): RegExp;
export default emojiRegex;
}