Files
ScoreSpot/ProjectSourceCode/node_modules/emoji-regex/text.d.ts
2024-04-11 04:23:19 -06:00

6 lines
95 B
TypeScript

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