forked from FoundKeyGang/FoundKey
Mock typings for twemoji-parser's regex file
This commit is contained in:
parent
40998587b3
commit
4568fba7a9
1 changed files with 4 additions and 0 deletions
4
packages/backend/src/@types/twemoji-parser__dist__lib__regex.d.ts
vendored
Normal file
4
packages/backend/src/@types/twemoji-parser__dist__lib__regex.d.ts
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
declare module 'twemoji-parser/dist/lib/regex.js' {
|
||||
const a: {'default': RegExp};
|
||||
export default a;
|
||||
}
|
Loading…
Reference in a new issue