관리-도구
편집 파일: index.d.ts
declare module 'emoji-regex/es2015' { function emojiRegex(): RegExp; export = emojiRegex; }