Mock typings for twemoji-parser's regex file

This commit is contained in:
Michcio 2022-09-25 16:01:35 +02:00
parent 40998587b3
commit 4568fba7a9
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
declare module 'twemoji-parser/dist/lib/regex.js' {
const a: {'default': RegExp};
export default a;
}