UNPKG
textamer
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
A collection of utils to work with text
github.com/huyennbl/textamer
huyennbl/textamer
textamer
/
index.js
9 lines
(8 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
search =
require
(
'./search/search'
);
const
process =
require
(
'./process/process'
);
const
match =
require
(
'./match'
);
module
.
exports
= { search, process, match, };