← Back
Editing: text.d.ts
declare module 'emoji-regex/text' { function emojiRegex(): RegExp; export = emojiRegex; }
Save File
Cancel