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

Function diffWordsWithSpace

src/diff/word.ts:366–368  ·  view source on GitHub ↗
(oldStr: string, newStr: string, options?: any)

Source from the content-addressed store, hash-verified

364 options?: DiffWordsOptionsNonabortable
365): ChangeObject<string>[]
366export function diffWordsWithSpace(oldStr: string, newStr: string, options?: any): undefined | ChangeObject<string>[] {
367 return wordsWithSpaceDiff.diff(oldStr, newStr, options);
368}

Callers 2

word.jsFile · 0.85
diffWordsFunction · 0.85

Calls 1

diffMethod · 0.80

Tested by

no test coverage detected