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

Function diffCss

src/diff/css.ts:42–44  ·  view source on GitHub ↗
(oldStr: string, newStr: string, options?: any)

Source from the content-addressed store, hash-verified

40 options?: DiffCssOptionsNonabortable
41): ChangeObject<string>[]
42export function diffCss(oldStr: string, newStr: string, options?: any): undefined | ChangeObject<string>[] {
43 return cssDiff.diff(oldStr, newStr, options);
44}

Callers 1

css.jsFile · 0.85

Calls 1

diffMethod · 0.80

Tested by

no test coverage detected