mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
10 lines
220 B
JavaScript
10 lines
220 B
JavaScript
import { getDiffableHTML } from './get-diffable-html.js';
|
|
|
|
export {
|
|
getDiffableHTML,
|
|
// backwards compatible export
|
|
getDiffableHTML as getDiffableSemanticHTML,
|
|
};
|
|
|
|
export { chaiDomDiff } from './chai-dom-diff.js';
|