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
/
search
/
search.js
4 lines
(2 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
const
adjacentDuplications
=
require(
'./adjacentDuplications'
);
module
.
exports
= { adjacentDuplications };