UNPKG

string-differ

Version:

A Javascript library to compare and transform strings.

3 lines (2 loc) 129 B
import type { RangeTransforms } from "../../utils"; export declare const RangeOperationsHelper: (s2: string) => RangeTransforms;