MCPcopy Create free account
hub / github.com/bigcode-project/jupytercoder / diffCss

Function diffCss

src/diff.js:397–399  ·  view source on GitHub ↗
(oldStr, newStr, callback)

Source from the content-addressed store, hash-verified

395 };
396
397 function diffCss(oldStr, newStr, callback) {
398 return cssDiff.diff(oldStr, newStr, callback);
399 }
400
401 function _typeof(obj) {
402 "@babel/helpers - typeof";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected