UNPKG
text-finder
Version:
latest (1.0.0)
1.0.0
0.0.1
Searching word in string, faster and flexible.
github.com/noritama/text-finder
noritama/text-finder
text-finder
/
charmap
/
num.js
14 lines
(13 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* eslint-disable quote-props */
module
.
exports
= {
'1'
:
'1'
,
'2'
:
'2'
,
'3'
:
'3'
,
'4'
:
'4'
,
'5'
:
'5'
,
'6'
:
'6'
,
'7'
:
'7'
,
'8'
:
'8'
,
'9'
:
'9'
,
'0'
:
'0'
, };