UNPKG

uhtml

Version:

A minimalistic library to create fast and reactive Web pages

8 lines (7 loc) 270 B
/** * @param {DocumentFragment} fragment * @returns {DocumentFragment} */ export function PersistentFragment(fragment: DocumentFragment): DocumentFragment; export function diffFragment(node: Node, operation: 1 | 0 | -0 | -1): Node; export const nodes: unique symbol;