UNPKG

skatejs-dom-diff

Version:

Library for efficiently diffing and patching DOM fragments.

5 lines (4 loc) 98 B
const nodeType = 3; export default function (textContent) { return { nodeType, textContent }; }