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

Function diffChars

src/diff/character.ts:40–46  ·  view source on GitHub ↗
(
  oldStr: string,
  newStr: string,
  options?: any
)

Source from the content-addressed store, hash-verified

38 options?: DiffCharsOptionsNonabortable
39): ChangeObject<string>[]
40export function diffChars(
41 oldStr: string,
42 newStr: string,
43 options?: any
44): undefined | ChangeObject<string>[] {
45 return characterDiff.diff(oldStr, newStr, options);
46}

Callers 4

character.jsFile · 0.85
dmp.jsFile · 0.85
node_example.jsFile · 0.85

Calls 1

diffMethod · 0.80

Tested by

no test coverage detected