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
/
backtrack.d.ts
3 lines
(2 loc)
•
256 B
TypeScript
View Raw
1
2
3
import
type
{
CharTransforms
,
RangeTransforms
,
ResultTypes
,
Context
}
from
"../utils"
;
export
declare
const
getOperations
:
(
type
:
ResultTypes
,
context
:
Context
) =>
ReturnType
<
CharTransforms
[
"getOperations"
]> |
ReturnType
<
RangeTransforms
[
"getOperations"
]>;