MCPcopy Create free account
hub / github.com/kpdecker/jsdiff / diffSentences

Function diffSentences

src/diff/sentence.ts:89–91  ·  view source on GitHub ↗
(oldStr: string, newStr: string, options?: any)

Source from the content-addressed store, hash-verified

87 options?: DiffSentencesOptionsNonabortable
88): ChangeObject<string>[]
89export function diffSentences(oldStr: string, newStr: string, options?: any): undefined | ChangeObject<string>[] {
90 return sentenceDiff.diff(oldStr, newStr, options);
91}

Callers 1

sentence.jsFile · 0.85

Calls 1

diffMethod · 0.80

Tested by

no test coverage detected