UNPKG

string-differ

Version:

A Javascript library to compare and transform strings.

3 lines (2 loc) 256 B
import type { CharTransforms, RangeTransforms, ResultTypes, Context } from "../utils"; export declare const getOperations: (type: ResultTypes, context: Context) => ReturnType<CharTransforms["getOperations"]> | ReturnType<RangeTransforms["getOperations"]>;