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

6 lines
90 B
TypeScript

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