UNPKG

string-differ

Version:

A Javascript library to compare and transform strings.

3 lines (2 loc) 116 B
import type { CharTransforms } from "../../utils"; export declare const CharOperationsHelper: () => CharTransforms;