UNPKG

string-differ

Version:

A Javascript library to compare and transform strings.

3 lines (2 loc) 118 B
import { type Context } from "../utils"; export declare const generateEditScript: ({ store, a, b }: Context) => void;