UNPKG

diffblazer

Version:

A super fast diffing utility for HTML and Plaintext

9 lines (8 loc) 224 B
export declare class Match { startInOld: number; startInNew: number; size: number; constructor(startInOld: number, startInNew: number, size: number); get endInOld(): number; get endInNew(): number; }