UNPKG

ziko

Version:

A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...

12 lines (8 loc) 159 B
export declare class UINode { cache: { node: Node; }; constructor(node: Node); isUINode(): true; get node(): Node; }