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
/
index.d.ts
4 lines
(3 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
export
{ generateEditScript }
from
"./ses"
;
export
{ getOperations }
from
"./backtrack"
;
export
{
Store
}
from
'./store'
;