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
/
range.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
import
type
{
RangeTransforms
}
from
"../../utils"
;
export
declare
const
RangeOperationsHelper
:
(
s2
:
string
) =>
RangeTransforms
;