UNPKG

fluxel

Version:

An ultra-lightweight, high-performance library for efficient DOM building and dynamic web UIs

3 lines (2 loc) 125 B
import type { FluxelJSXElement } from "./type.js"; export default function ensureNode(child: Node | FluxelJSXElement): Node;