UNPKG

taggedjs

Version:

tagged template reactive html

9 lines 314 B
import { empty } from "./ValueTypes.enum.js"; export const textNode = document === undefined ? getTestTextNode() : document.createTextNode(empty); function getTestTextNode() { return { textContent: empty, cloneNode: (_children) => getTestTextNode() }; } //# sourceMappingURL=textNode.js.map