| Current Path : /home/emeraadmin/public_html/node_modules/dom-helpers/esm/ |
| Current File : /home/emeraadmin/public_html/node_modules/dom-helpers/esm/insertAfter.d.ts |
/** * Inserts a node after a given reference node. * * @param node the node to insert * @param refNode the reference node */ export default function insertAfter(node: Node | null, refNode: Node | null): Node | null;