UNPKG

rvx

Version:

A signal based rendering library

9 lines (8 loc) 244 B
import { Content } from "../types.js"; /** * Append content to a node. * * @param node The node. * @param content The content to append. */ export declare function appendContent(node: Node, content: Content, env: typeof globalThis): void;