UNPKG
@dofy/emojidb
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
1.4.9
1.4.8
1.4.6
1.4.4
1.4.2
1.4.0
1.3.5
1.3.3
1.3.1
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
emoji database cli
github.com/dofy/emojidb
dofy/emojidb
@dofy/emojidb
/
src
/
constants.ts
20 lines
(19 loc)
•
227 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export
const
IGNORE_KEYWORDS
= [
/^e[0-9.]+$/
,
/^big$/
,
/^with$/
,
/^over$/
,
/^for$/
,
/^of$/
,
/^in$/
,
/^on$/
,
/^to$/
,
/^and$/
,
/^the$/
,
/^a$/
,
/^an$/
,
/^is$/
,
/^are$/
,
/^other$/
,
/^objects?$/
]