Interface DiffComputer

interface DiffComputer {
    computeDiff(left, right, options?): Promise<undefined | Diff>;
}

Methods

Methods