UNPKG
string-differ
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
A Javascript library to compare and transform strings.
github.com/uint4096/string-differ
string-differ
/
dist
/
operations
/
helpers
/
index.d.ts
3 lines
(2 loc)
•
96 B
TypeScript
View Raw
1
2
3
export
{
CharOperationsHelper
}
from
"./char"
;
export
{
RangeOperationsHelper
}
from
"./range"
;