Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/node_modules/dom-helpers/esm/
Upload File :
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;